feat: add backlinks to footnotes (#101)

This commit is contained in:
Óscar 2023-08-02 18:35:27 +02:00 committed by GitHub
parent a1ceb74785
commit 5cdc18e688
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 80 additions and 14 deletions

View file

@ -33,6 +33,9 @@ theme_switcher = true
# Add a "copy" button to codeblocks (loads ~700 bytes of JavaScript).
copy_button = true
# Adds backlinks to footnotes (loads ~500 bytes of JavaScripts).
footnote_backlinks = false
# Date format used when listing posts (main page, /blog section, tag posts list…)
# Default is "6th July 2049" in English and "%d %B %Y" in other languages.
long_date_format = "%d %B %Y"