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 -%}
|
||||
<link rel="manifest" href="{{ 'manifest.json'|asseturl }}">
|
||||
{%- endif %}
|
||||
{% if this._path == '/' -%}
|
||||
<a rel="me" href="https://chaos.social/@HackerGeno">Mastodon</a>
|
||||
{%- endif %}
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
@ -84,7 +81,7 @@ __ ____________________
|
||||
<ul class="footer__nav">
|
||||
<li class="footer__navitem -first">
|
||||
<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 -%}
|
||||
<img alt="Mastodon Logo" class="footer__social_logo" src="{{ '/images/mastodon_logo.svg'|asseturl }}"/>
|
||||
{%- else -%}
|
||||
|
Loading…
Reference in New Issue
Block a user