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 <rogepix@gmail.com>2019-03-24 11:09:29 +0300
committerGiuseppe Pignataro <rogepix@gmail.com>2019-03-24 11:09:29 +0300
commit0526b4b5b2a51496830736cc6b472dffcf93329b (patch)
tree595a80d7503eaf21869af4a0a145e0cf83cc5cb8 /layouts
parent4eba7f1b446f5adb234b348595a313e243ca5e1a (diff)
Added mastodon social link
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/social.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/partials/social.html b/layouts/partials/social.html
index 11900ac..76e2e55 100644
--- a/layouts/partials/social.html
+++ b/layouts/partials/social.html
@@ -163,3 +163,6 @@
{{ with .Site.Params.Social.Researchgate}}
<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>
+{{ end }} \ No newline at end of file