Fix Mastodon Me
This commit is contained in:
parent
fa6ad3a06b
commit
0e23b3ec7d
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 62 KiB After Width: | Height: | Size: 62 KiB |
@ -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>
|
||||
|
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user