mirror of
https://github.com/welpo/tabi.git
synced 2025-10-10 23:38:53 +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
|
@ -105,4 +105,6 @@ A Rust, declares una variable mutable amb `let mut x = 5;`, mentre que a Python,
|
|||
>
|
||||
> — Mercè Rodoreda, La plaça del Diamant
|
||||
|
||||
---
|
||||
|
||||
[^1]: I aquí tens un exemple de nota a peu de pàgina!
|
||||
|
|
|
@ -105,4 +105,6 @@ En Rust, declaras una variable mutable con `let mut x = 5;`, mientras que en Pyt
|
|||
>
|
||||
> — Miguel de Unamuno, Niebla
|
||||
|
||||
---
|
||||
|
||||
[^1]: ¡Y aquí tienes un ejemplo de una nota al pie de página!
|
||||
|
|
|
@ -105,4 +105,6 @@ In Rust, you declare a mutable variable with `let mut x = 5;`, whereas in Python
|
|||
>
|
||||
> — Charlie Kaufman, Synecdoche, New York
|
||||
|
||||
---
|
||||
|
||||
[^1]: And here's an example of a footnote!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue