aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2021-11-08 22:36:10 -0500
committerJesús <heckyel@hyperbola.info>2021-11-08 22:36:10 -0500
commit225c464a16ff340ac7ece99ca7702c1a818f361a (patch)
tree21ba78487e272b0d50b7c273999bdd7fcb631bb4
parent3ad842d898bf3b674020e6b4cc77114109140fc5 (diff)
downloadcl-225c464a16ff340ac7ece99ca7702c1a818f361a.tar.lz
cl-225c464a16ff340ac7ece99ca7702c1a818f361a.tar.xz
cl-225c464a16ff340ac7ece99ca7702c1a818f361a.zip
fix social name
change mastodom to mastodon
-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>