From 40907c48fb2a0c568ca4f18ee92da70906daffee Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Fri, 2 Aug 2024 17:31:28 +1000 Subject: [PATCH] Enable bottom footnotes This automatically inserts them after a hr at the bottom of the post and also adds links to return to the place the footnote was used. Finally this should enable inline footnotes in some RSS readers like Feedbin and NetNewsWire. --- v2/config.toml | 1 + v2/content/posts/2024/announcing-feedlynx/index.md | 2 -- .../posts/2024/yoga-7x-snapdragon-developer-review/index.md | 2 -- 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/v2/config.toml b/v2/config.toml index d2407d2..7fa5677 100644 --- a/v2/config.toml +++ b/v2/config.toml @@ -19,6 +19,7 @@ build_search_index = false # Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola highlight_code = true smart_punctuation = true +bottom_footnotes = true extra_syntaxes_and_themes = ["syntaxes/gleam"] [extra] diff --git a/v2/content/posts/2024/announcing-feedlynx/index.md b/v2/content/posts/2024/announcing-feedlynx/index.md index f7b2b28..0be24e9 100644 --- a/v2/content/posts/2024/announcing-feedlynx/index.md +++ b/v2/content/posts/2024/announcing-feedlynx/index.md @@ -119,8 +119,6 @@ you'd be interested in that let me know. - [Source code][Feedlynx] - [Browser extension code][feedlynx-ext] ----- - [^1]: I refer to the feed as an RSS feed throughout but it's actually an Atom feed. [Feedlynx]: https://github.com/wezm/feedlynx diff --git a/v2/content/posts/2024/yoga-7x-snapdragon-developer-review/index.md b/v2/content/posts/2024/yoga-7x-snapdragon-developer-review/index.md index 5c309b2..5cc7b81 100644 --- a/v2/content/posts/2024/yoga-7x-snapdragon-developer-review/index.md +++ b/v2/content/posts/2024/yoga-7x-snapdragon-developer-review/index.md @@ -746,8 +746,6 @@ free to get in contact and I'll do my best to answer any questions. - [OpenBSD mascot](https://commons.wikimedia.org/wiki/File:OpenBSD_Logo.svg) - [Tux](https://commons.wikimedia.org/wiki/File:Tux-shaded.svg) ----- - [^1]: The 15-inch is the closest match in display resolution. [^2]: While Windows on Arm is not new the X Elite CPUs are the first ones to be widely adopted by PC manufacturers.