mirror of
https://github.com/welpo/tabi.git
synced 2025-10-11 07:46:15 +02:00
💄 fix: adapt footnotes styling for zola 0.19.x & 0.20.x
Also makes code tags slightly smaller (to match the font) in footnotes. Zola 0.20.0 wraps footnotes in a <footer> tag, which broke existing styles. This change makes the CSS selectors work with both old (<ol>) and new (<footer>) HTML structures while maintaining the same visual appearance.
This commit is contained in:
parent
09e724a82b
commit
1c067e708e
13 changed files with 35 additions and 1 deletions
|
@ -1016,6 +1016,8 @@ This feature is enabled by default. To disable it (and allow all connections), s
|
|||
|
||||
See the [CSP documentation page](@/blog/security/index.md) for more information.
|
||||
|
||||
---
|
||||
|
||||
[^1]: If you're using a remote Git repository, you might want to automate the process of updating the `updated` field. Here's a guide for that: [Zola Git Pre-Commit Hook: Updating Post Dates](https://osc.garden/blog/zola-date-git-hook/).
|
||||
|
||||
[^2]: To encode your email in base64 you can use [online tools](https://www.base64encode.org/) or, on your terminal, run: `printf 'mail@example.com' | base64`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue