From 8113726c4ff06a2417695df0576cbc6553d13dd9 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Wed, 11 May 2022 00:55:26 +0200 Subject: Add custom footnotes implementation --- layouts/shortcodes/citation.html | 3 +++ layouts/shortcodes/footnote.html | 3 +++ layouts/shortcodes/footnotesList.html | 6 ++++++ 3 files changed, 12 insertions(+) create mode 100644 layouts/shortcodes/citation.html create mode 100644 layouts/shortcodes/footnote.html create mode 100644 layouts/shortcodes/footnotesList.html (limited to 'layouts/shortcodes') diff --git a/layouts/shortcodes/citation.html b/layouts/shortcodes/citation.html new file mode 100644 index 0000000..df93f1c --- /dev/null +++ b/layouts/shortcodes/citation.html @@ -0,0 +1,3 @@ +
  • +

    {{ .Get 1 }} ↩︎

    +
  • diff --git a/layouts/shortcodes/footnote.html b/layouts/shortcodes/footnote.html new file mode 100644 index 0000000..506a1c7 --- /dev/null +++ b/layouts/shortcodes/footnote.html @@ -0,0 +1,3 @@ + + * + diff --git a/layouts/shortcodes/footnotesList.html b/layouts/shortcodes/footnotesList.html new file mode 100644 index 0000000..bd17fee --- /dev/null +++ b/layouts/shortcodes/footnotesList.html @@ -0,0 +1,6 @@ +
    +
    + +
    -- cgit v1.2.3