📝 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
No known key found for this signature in database
GPG key ID: A2F978CF4EC1F5A6
10 changed files with 16 additions and 11 deletions

View file

@ -1,7 +1,7 @@
+++
title = "No mandatory JavaScript"
date = 2023-01-06
updated = 2024-05-03
updated = 2024-07-01
description = "JavaScript is only used when HTML and CSS aren't enough."
[taxonomies]
@ -29,7 +29,6 @@ The following settings can be specified for posts, sections and globally, follow
- [**KaTeX support**](@/blog/markdown/index.md#katex). Enabled by setting `katex = true` (274 KB).
- [**One-click copy of code blocks**](@/blog/markdown/index.md#code-block). Enabled by setting `copy_button = true`. (~700 bytes)
- [**Showing source (path or URL) in code blocks**](@/blog/shortcodes/index.md#show-source-or-path). Enabled by setting `add_src_to_code_block = true`. (~300 bytes)
- [**Footnote backlinks**](@/blog/markdown/index.md#1). Enabled by setting `footnote_backlinks = true` (~500 bytes).
To specify these settings: