Added mastodon social link

This commit is contained in:
Giuseppe Pignataro
2019-03-24 09:09:29 +01:00
parent 4eba7f1b44
commit 0526b4b5b2
10 changed files with 41 additions and 7 deletions

View File

@@ -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 }}