Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xianmin/hugo-theme-jane.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChen Xianmin <xianmin12@gmail.com>2022-09-06 15:58:55 +0300
committerChen Xianmin <xianmin12@gmail.com>2022-09-06 15:58:55 +0300
commit679987c5d9883ea37b401ee6c194bd085b90bab4 (patch)
treef6f4a6b87e902dd6dd376b7c65d0e0d80a7e12b9 /exampleSite
parent942f9d91bfdb94f4ee2699c7525ef582c0a7f79e (diff)
fix: footnote error for new hugo version
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/content/post/jane-theme-preview.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/exampleSite/content/post/jane-theme-preview.md b/exampleSite/content/post/jane-theme-preview.md
index 785d32d..5e9be72 100644
--- a/exampleSite/content/post/jane-theme-preview.md
+++ b/exampleSite/content/post/jane-theme-preview.md
@@ -178,7 +178,10 @@ will produce:
You can create footnotes like this[^footnote].
+This is another footnote[^another-footnote].
+
[^footnote]: Here is the *text* of the **footnote**.
+[^another-footnote]: second footnote is here.
Mouse on the ‘footnote’ superscript to see content of the footnote.