aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cl-theme/templates/article.html6
-rw-r--r--cl-theme/templates/authors.html6
-rw-r--r--cl-theme/templates/base.html6
-rw-r--r--cl-theme/templates/page.html6
4 files changed, 12 insertions, 12 deletions
diff --git a/cl-theme/templates/article.html b/cl-theme/templates/article.html
index 9636ebc..b0ab9d2 100644
--- a/cl-theme/templates/article.html
+++ b/cl-theme/templates/article.html
@@ -112,11 +112,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>
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>
diff --git a/cl-theme/templates/base.html b/cl-theme/templates/base.html
index 4a8c332..483d35f 100644
--- a/cl-theme/templates/base.html
+++ b/cl-theme/templates/base.html
@@ -189,11 +189,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>
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>