From 0e23b3ec7d3b4fa6ad9f48043db1c65250157413 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Fri, 14 May 2021 12:56:42 -0500 Subject: [PATCH] Fix Mastodon Me --- cl-theme/static/images/icons/master.svg | 2 +- cl-theme/templates/base.html | 11 ++++++++--- pelicanconf.py | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/cl-theme/static/images/icons/master.svg b/cl-theme/static/images/icons/master.svg index 279a0cf..e11cd04 100644 --- a/cl-theme/static/images/icons/master.svg +++ b/cl-theme/static/images/icons/master.svg @@ -11,7 +11,7 @@ - + diff --git a/cl-theme/templates/base.html b/cl-theme/templates/base.html index eca0b87..2bb3e62 100644 --- a/cl-theme/templates/base.html +++ b/cl-theme/templates/base.html @@ -10,9 +10,6 @@ - - Mastodon - {% if FEED_ALL_ATOM %} @@ -251,6 +248,14 @@ + + + + + Mastodon + + + diff --git a/pelicanconf.py b/pelicanconf.py index 8aef8dc..f641ecf 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -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',