aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cl-theme/templates/base.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/cl-theme/templates/base.html b/cl-theme/templates/base.html
index 87f098a..eca0b87 100644
--- a/cl-theme/templates/base.html
+++ b/cl-theme/templates/base.html
@@ -10,6 +10,9 @@
<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) }}"/>