huhu / juice

🍹 An intuitive, elegant, and responsive Zola theme for product sites.
https://juice.huhu.io
MIT License
172 stars 37 forks source link

Avoid escaping `permalink`s and `menu.link` #11

Closed muzimuzhi closed 1 year ago

muzimuzhi commented 1 year ago

permaliks are already valid urls, and assume user-configured menu.links in {% for menu in config.extra.juice_extra_menu %} are valid as well, we can safely add Tera filter safe to prevent escaping.

Currently, / in a such valid url will be replaced by /.

Docs for filter safe

muzimuzhi commented 1 year ago

Before image After image