diff options
Diffstat (limited to 'cl-theme/templates/authors.html')
-rw-r--r-- | cl-theme/templates/authors.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cl-theme/templates/authors.html b/cl-theme/templates/authors.html index 62bf1d0..baea908 100644 --- a/cl-theme/templates/authors.html +++ b/cl-theme/templates/authors.html @@ -103,11 +103,11 @@ </svg> </span> </a> - <a class="navbar-item" href="{{ SOCIAL['mastodom'] }}"> + <a class="navbar-item" href="{{ SOCIAL['mastodon'] }}"> <span class="soumaicon"> <svg> - <use href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/icons/master.svg#mastodom" /> - <title>Mastodom</title> + <use href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/icons/master.svg#mastodon" /> + <title>Mastodon</title> </svg> </span> </a> |