update asseturl construct
This commit is contained in:
parent
2792b474fd
commit
6303ad1d61
@ -82,7 +82,7 @@ __ ____________________
|
|||||||
<li class="footer__navitem -first">
|
<li class="footer__navitem -first">
|
||||||
<p>Folgt uns auf:<br>
|
<p>Folgt uns auf:<br>
|
||||||
<a href="https://chaos.social/@HackerGeno" title="Mastodon">
|
<a href="https://chaos.social/@HackerGeno" title="Mastodon">
|
||||||
{%- if '/images/mastodon_logo.svg'|asseturl -%}
|
{%- if '/images/mastodon_logo.svg'|asseturl is defined -%}
|
||||||
<img alt="Mastodon Logo" class="footer__social_logo" src="{{ '/images/mastodon_logo.svg'|asseturl }}"/>
|
<img alt="Mastodon Logo" class="footer__social_logo" src="{{ '/images/mastodon_logo.svg'|asseturl }}"/>
|
||||||
{%- else -%}
|
{%- else -%}
|
||||||
Mastodon
|
Mastodon
|
||||||
@ -91,14 +91,14 @@ __ ____________________
|
|||||||
</p>
|
</p>
|
||||||
<p>Abonniere unseren Podcast:<br>
|
<p>Abonniere unseren Podcast:<br>
|
||||||
<a href="https://vebit.xyz/podcast/" title="Podcast">
|
<a href="https://vebit.xyz/podcast/" title="Podcast">
|
||||||
{%- if '/images/wtf_podcast_logo.svg'|asseturl -%}
|
{%- if '/images/wtf_podcast_logo.svg'|asseturl is defined -%}
|
||||||
<img alt="WTF Podcast Logo" class="footer__social_logo" src="{{ '/images/wtf_podcast_logo.svg'|asseturl }}"/>
|
<img alt="WTF Podcast Logo" class="footer__social_logo" src="{{ '/images/wtf_podcast_logo.svg'|asseturl }}"/>
|
||||||
{%- else -%}
|
{%- else -%}
|
||||||
Podcast
|
Podcast
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
</a>
|
</a>
|
||||||
<a href="https://vebit.xyz/wtf.xml" title="Podcast Feed">
|
<a href="https://vebit.xyz/wtf.xml" title="Podcast Feed">
|
||||||
{%- if '/images/rss_feed.svg'|asseturl -%}
|
{%- if '/images/rss_feed.svg'|asseturl is defined -%}
|
||||||
<img alt="Podcast Feed" class="footer__social_logo" src="{{ '/images/rss_feed.svg'|asseturl }}"/>
|
<img alt="Podcast Feed" class="footer__social_logo" src="{{ '/images/rss_feed.svg'|asseturl }}"/>
|
||||||
{%- else -%}
|
{%- else -%}
|
||||||
Podcast Feed
|
Podcast Feed
|
||||||
@ -123,5 +123,7 @@ __ ____________________
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
<script type="text/javascript" src="{{ '/js/nav_toggle.js'|url }}"></script>
|
{%- if '/js/nav_toggle.js'|asseturl is defined -%}
|
||||||
|
<script type="text/javascript" src="{{ '/js/nav_toggle.js'|asseturl }}"></script>
|
||||||
|
{%- endif %}
|
||||||
</body>
|
</body>
|
||||||
|
Loading…
Reference in New Issue
Block a user