forked from deepStateMirrors/tabi
💄 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
|
@ -43,4 +43,6 @@ Per especificar aquestes opcions:
|
|||
|
||||
A part d'això, és un tema ràpid amb HTML i CSS que funciona sense JavaScript. Just com hauria de ser (la majoria de) la web :-)
|
||||
|
||||
---
|
||||
|
||||
[^1]: Per codificar el teu correu en base64 pots utilitzar [eines en línia](https://www.base64encode.org/) o, al terminal, executa: `printf 'mail@example.com' | base64`.
|
||||
|
|
|
@ -43,4 +43,6 @@ Para especificar estas opciones:
|
|||
|
||||
Aparte de eso, es un tema rápido con HTML y CSS que funciona con JavaScript deshabilitado. Justo como debería ser (la mayoría de) la web :-)
|
||||
|
||||
---
|
||||
|
||||
[^1]: Para codificar tu correo electrónico en base64 puedes usar [herramientas en línea](https://www.base64encode.org/) o, en tu terminal, ejecutar: `printf 'mail@example.com' | base64`.
|
||||
|
|
|
@ -43,4 +43,6 @@ To specify these settings:
|
|||
|
||||
Other than that, it's a fast theme with HTML and CSS which works with JavaScript disabled. Just the way (most of) the web should be :-)
|
||||
|
||||
---
|
||||
|
||||
[^1]: 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