diff --git a/templates/layout.html b/templates/layout.html index eb94498..69fa822 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -82,7 +82,7 @@ __ ____________________
Abonniere unseren Podcast:
- {%- if '/images/wtf_podcast_logo.svg'|asseturl -%}
+ {%- if '/images/wtf_podcast_logo.svg'|asseturl is defined -%}
{%- else -%}
Podcast
{%- endif -%}
- {%- if '/images/rss_feed.svg'|asseturl -%}
+ {%- if '/images/rss_feed.svg'|asseturl is defined -%}
{%- else -%}
Podcast Feed
@@ -123,5 +123,7 @@ __ ____________________
-
+ {%- if '/js/nav_toggle.js'|asseturl is defined -%}
+
+ {%- endif %}