📝 docs: deprecate JS footnote backlinks

In favour of native `bottom_footnotes` available in Zola 0.19.0.
This commit is contained in:
welpo
2024-07-01 14:20:29 +02:00
parent 4145364e08
commit ced0cb43b6
10 changed files with 16 additions and 11 deletions

View File

@@ -103,6 +103,8 @@ show_reading_time = true
# Can be set at page or section levels, following the hierarchy: page > section > config. See: https://welpo.github.io/tabi/blog/mastering-tabi-settings/#settings-hierarchy
show_date = true
# DEPRECATED!
# Use Zola's built-in `bottom_footnotes = true` in the [markdown] section instead. (Available since v0.19.0)
# Adds backlinks to footnotes (loads ~500 bytes of JavaScripts).
# Can be set at page or section levels, following the hierarchy: page > section > config. See: https://welpo.github.io/tabi/blog/mastering-tabi-settings/#settings-hierarchy
footnote_backlinks = false