Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Fastbyte01/KeepIt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiuseppe Pignataro <16869546+Fastbyte01@users.noreply.github.com>2022-03-16 19:02:51 +0300
committerGitHub <noreply@github.com>2022-03-16 19:02:51 +0300
commitd7977b89bf11870eba657052b15d9d8461a3cc80 (patch)
tree00192908626fcfb23eae704d9e6a4faff6843129
parentd936f17428fd0fdc86311004e44949c8343f2a5c (diff)
parent7bd36ee82542a1c5a9f96ff650e25c421f96896e (diff)
Merge pull request #69 from JoshuaACasey/patch-1
update mastodon
-rw-r--r--layouts/partials/social.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/social.html b/layouts/partials/social.html
index 6079425..94e90e5 100644
--- a/layouts/partials/social.html
+++ b/layouts/partials/social.html
@@ -164,7 +164,7 @@
<a href="https://www.researchgate.net/profile/{{ . }}" rel="me noopener noreffer" target="_blank"><i class="iconfont icon-researchgate"></i></a>
{{ end }}
{{ with .Site.Params.Social.Mastodon}}
-<a href="https://mastodon.social/{{ . }}" rel="me noopener noreffer" target="_blank"><i class="iconfont icon-mastodon"></i></a>
+<a href="{{ . }}" rel="me noopener noreffer" target="_blank"><i class="iconfont icon-mastodon"></i></a>
{{ end }}
{{ with .Site.Params.Social.Thingiverse}}
<a href="https://www.thingiverse.com/{{ . }}" rel="me noopener noreffer" target="_blank"><i class="iconfont icon-t"></i></a>