From 08a74d270885d59ddbafec039bbbb85570553692 Mon Sep 17 00:00:00 2001 From: Fabien CASTERS Date: Thu, 18 Apr 2019 14:59:43 +0200 Subject: Fix footnote links issue --- exampleSite/content/posts/test-1.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'exampleSite') diff --git a/exampleSite/content/posts/test-1.md b/exampleSite/content/posts/test-1.md index 076b555..2b2d622 100644 --- a/exampleSite/content/posts/test-1.md +++ b/exampleSite/content/posts/test-1.md @@ -5,3 +5,7 @@ date = "1012-01-01" +++ Test 1 +I am referencing a footnote[^1] + + +[^1]: I am the footnote -- cgit v1.2.3