Fix Mastodon Me
This commit is contained in:
@@ -10,9 +10,6 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||
<meta name="HandheldFriendly" content="True"/>
|
||||
|
||||
<!-- Mastodom Me -->
|
||||
<a rel="me" href="https://masto.nogafam.es/@heckyel">Mastodon</a>
|
||||
|
||||
<!-- Feed -->
|
||||
{% if FEED_ALL_ATOM %}
|
||||
<link href="{{ FEED_DOMAIN }}/{{ FEED_ALL_ATOM }}" type="application/atom+xml" rel="alternate" title="{{ _('Fuente completa de entradas Atom de %(sitename)s', sitename=SITENAME) }}"/>
|
||||
@@ -251,6 +248,14 @@
|
||||
</svg>
|
||||
</span>
|
||||
</a>
|
||||
<a class="navbar-item" href="{{ SOCIAL['mastodon'] }}" itemprop="followee" rel="me">
|
||||
<span class="soumaicon">
|
||||
<svg>
|
||||
<use href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/icons/master.svg#mastodon"/>
|
||||
<title>Mastodon</title>
|
||||
</svg>
|
||||
</span>
|
||||
</a>
|
||||
<a class="navbar-item" href="{{ SOCIAL['pixelfed'] }}" itemprop="followee">
|
||||
<span class="soumaicon">
|
||||
<svg>
|
||||
|
||||
Reference in New Issue
Block a user