zola-theme-terminimal/templates
Brooke d7f9e84041
Fix: link the top-left logo to logo_home_link
This fix works by adding missing two missing `.extra`'s when accessing the `logo_home_link` in the `header` template block.

The bug is caused by the first missing `.extra`, which makes Tera assume that `logo_home_link` variable doesn't exist, so the `if` trigger for using it never fires. This means that the logo will always link to the default value of `base_url`.

The second missing `.extra` comes after the `if` fires. It's used to set the value of `logo_link` to `logo_home_link`.
2023-05-11 14:27:27 -07:00
..
macros macros:post: sort tags alphabetically 2023-04-23 17:17:03 -03:00
shortcodes First public release 2019-02-05 18:27:02 +00:00
tags Add the ability to include page titles in HTML title element 2023-01-28 13:15:03 +01:00
404.html Make 404 content configurable 2021-12-08 09:41:07 -08:00
archive.html Add the ability to include page titles in HTML title element 2023-01-28 13:15:03 +01:00
index.html Fix: link the top-left logo to logo_home_link 2023-05-11 14:27:27 -07:00
page.html Add the ability to include page titles in HTML title element 2023-01-28 13:15:03 +01:00