Fix Mastodon Me

This commit is contained in:
Jesús 2021-05-14 12:56:42 -05:00
parent fa6ad3a06b
commit 0e23b3ec7d
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766
3 changed files with 10 additions and 5 deletions

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 62 KiB

After

Width:  |  Height:  |  Size: 62 KiB

View File

@ -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>

View File

@ -154,7 +154,7 @@ SITEMAP = {
SOCIAL = {
'diaspora': '#',
'gnusocial': '#',
'mastodom': '#',
'mastodon': 'https://masto.nogafam.es/@heckyel',
'matrix': '#',
'mediagoblin': '#',
'peertube': 'https://video.ploud.jp/video-channels/cl',