mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 01:42:32 +00:00
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.
This commit is contained in:
parent
02b5bffb41
commit
40907c48fb
3 changed files with 1 additions and 4 deletions
|
@ -19,6 +19,7 @@ build_search_index = false
|
||||||
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
|
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola
|
||||||
highlight_code = true
|
highlight_code = true
|
||||||
smart_punctuation = true
|
smart_punctuation = true
|
||||||
|
bottom_footnotes = true
|
||||||
extra_syntaxes_and_themes = ["syntaxes/gleam"]
|
extra_syntaxes_and_themes = ["syntaxes/gleam"]
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
|
|
|
@ -119,8 +119,6 @@ you'd be interested in that let me know.
|
||||||
- [Source code][Feedlynx]
|
- [Source code][Feedlynx]
|
||||||
- [Browser extension code][feedlynx-ext]
|
- [Browser extension code][feedlynx-ext]
|
||||||
|
|
||||||
----
|
|
||||||
|
|
||||||
[^1]: I refer to the feed as an RSS feed throughout but it's actually an Atom feed.
|
[^1]: I refer to the feed as an RSS feed throughout but it's actually an Atom feed.
|
||||||
|
|
||||||
[Feedlynx]: https://github.com/wezm/feedlynx
|
[Feedlynx]: https://github.com/wezm/feedlynx
|
||||||
|
|
|
@ -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)
|
- [OpenBSD mascot](https://commons.wikimedia.org/wiki/File:OpenBSD_Logo.svg)
|
||||||
- [Tux](https://commons.wikimedia.org/wiki/File:Tux-shaded.svg)
|
- [Tux](https://commons.wikimedia.org/wiki/File:Tux-shaded.svg)
|
||||||
|
|
||||||
----
|
|
||||||
|
|
||||||
[^1]: The 15-inch is the closest match in display resolution.
|
[^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.
|
[^2]: While Windows on Arm is not new the X Elite CPUs are the first ones to be widely adopted by PC manufacturers.
|
||||||
|
|
Loading…
Reference in a new issue