From f7f01e6eafe7253312a3bed789a2338a648b074d Mon Sep 17 00:00:00 2001 From: Jieiku <106644+Jieiku@users.noreply.github.com> Date: Mon, 19 Aug 2024 08:48:40 -0700 Subject: [PATCH] Enable Footnote Backreferences --- config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config.toml b/config.toml index af9dd29..66395f3 100644 --- a/config.toml +++ b/config.toml @@ -34,6 +34,7 @@ include_content = true # include rendered content of page/section in index [markdown] highlight_code = true highlight_theme = "css" +bottom_footnotes = true # adds footnote backreference render_emoji = false external_links_target_blank = true # rel="noopener" external_links_no_follow = false # rel="nofollow"