mirror of
https://github.com/welpo/tabi.git
synced 2026-04-26 09:57:20 +02:00
🐛 fix(template): ensure correct boolean comparison for feed generation
This commit is contained in:
parent
979f347fb0
commit
f257e82754
4 changed files with 4 additions and 4 deletions
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
{#- Feed icon -#}
|
||||
{%- set feed_url = feed_utils::get_feed_url() -%}
|
||||
{%- set should_show_feed = feed_utils::should_show_footer_feed_icon() -%}
|
||||
{%- set should_show_feed = feed_utils::should_show_footer_feed_icon() == "true" -%}
|
||||
|
||||
{%- set should_show_footer_icons = should_show_feed or config.extra.socials or config.extra.email -%}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue