diff options
Diffstat (limited to 'cl-theme/templates/page.html')
-rw-r--r-- | cl-theme/templates/page.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cl-theme/templates/page.html b/cl-theme/templates/page.html index c8d5857..45c8f55 100644 --- a/cl-theme/templates/page.html +++ b/cl-theme/templates/page.html @@ -84,11 +84,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> |