diff options
author | Jesús <heckyel@hyperbola.info> | 2021-11-08 22:36:10 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-11-08 22:36:10 -0500 |
commit | 225c464a16ff340ac7ece99ca7702c1a818f361a (patch) | |
tree | 21ba78487e272b0d50b7c273999bdd7fcb631bb4 /cl-theme/templates/page.html | |
parent | 3ad842d898bf3b674020e6b4cc77114109140fc5 (diff) | |
download | cl-225c464a16ff340ac7ece99ca7702c1a818f361a.tar.lz cl-225c464a16ff340ac7ece99ca7702c1a818f361a.tar.xz cl-225c464a16ff340ac7ece99ca7702c1a818f361a.zip |
fix social name
change mastodom to mastodon
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> |