💄 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:
welpo 2025-02-16 16:25:40 +01:00
parent 09e724a82b
commit 1c067e708e
No known key found for this signature in database
GPG key ID: A2F978CF4EC1F5A6
13 changed files with 35 additions and 1 deletions

View file

@ -1005,6 +1005,8 @@ Aquesta opció està habilitada per defecte. Per desactivar-la per una pàgina,
Per a més informació, consulta la [pàgina de documentació de CSP](@/blog/security/index.ca.md).
---
[^1]: Si estàs utilitzant un repositori Git remot, potser voldràs automatitzar el procés d'actualització del camp `updated`. Aquí tens una guia per a això: [Zola Git Hook: actualitzant les dates de les publicacions](https://osc.garden/ca/blog/zola-date-git-hook/).
[^2]: Per a codificar el teu correu electrònic en base64 pots utilitzar [eines en línia](https://www.base64encode.org/) o, al teu terminal, executar: `printf 'mail@example.com' | base64`