tlienart / Franklin.jl

(yet another) static site generator. Simple, customisable, fast, maths with KaTeX, code evaluation, optional pre-rendering, in Julia.
https://franklinjl.org
MIT License
952 stars 112 forks source link

tags and sidebar issue #634

Open tlienart opened 3 years ago

tlienart commented 3 years ago

as reported by @mcognetta (thanks!)

Marco Cognetta Today at 6:48 AM
sorry, one more thing. it seems the sidebar html is not functioning correctly on tag pages. It is especially noticeable with toggle-able sidebars.
See: https://tlienart.github.io/FranklinTemplates.jl/templates/vela/tag/syntax/
vs
https://tlienart.github.io/FranklinTemplates.jl/templates/vela/menu3/
and
https://tlienart.github.io/FranklinTemplates.jl/templates/lanyon/tag/syntax/
vs
https://tlienart.github.io/FranklinTemplates.jl/templates/lanyon/menu3/ (edited) 
tlienart commented 3 years ago
Thibaut Lienart  2 minutes ago
oh there's a clashing thing with div-content and container content

Thibaut Lienart  1 minute ago
https://github.com/tlienart/FranklinTemplates.jl/blob/636fd8e0340372bce7234dbceed052b92c5e12c9/src/templates/lanyon/_layout/sidebar.html#L31
https://github.com/tlienart/FranklinTemplates.jl/blob/636fd8e0340372bce7234dbceed052b92c5e12c9/src/templates/lanyon/_layout/tag.html#L11

Thibaut Lienart  < 1 minute ago
anyway I need to look at this more seriously but can't right now