forked from ag_kommunikation/webseite
fix mastodon
This commit is contained in:
parent
d516678b8c
commit
6ea31828f2
@ -63,9 +63,6 @@ __ ____________________
|
|||||||
{% if 'manifest.json'|asseturl is defined -%}
|
{% if 'manifest.json'|asseturl is defined -%}
|
||||||
<link rel="manifest" href="{{ 'manifest.json'|asseturl }}">
|
<link rel="manifest" href="{{ 'manifest.json'|asseturl }}">
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
{% if this._path == '/' -%}
|
|
||||||
<a rel="me" href="https://chaos.social/@HackerGeno">Mastodon</a>
|
|
||||||
{%- endif %}
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
@ -84,7 +81,7 @@ __ ____________________
|
|||||||
<ul class="footer__nav">
|
<ul class="footer__nav">
|
||||||
<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 rel="me" href="https://chaos.social/@HackerGeno" title="Mastodon">
|
||||||
{%- if '/images/mastodon_logo.svg'|asseturl is defined -%}
|
{%- 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 -%}
|
||||||
|
Loading…
Reference in New Issue
Block a user