Added Thingiverse social link

This commit is contained in:
Giuseppe Pignataro
2019-03-24 10:18:52 +01:00
parent ad4f56e8fe
commit f4b7ae5c30
10 changed files with 41 additions and 7 deletions

View File

@@ -165,4 +165,7 @@
{{ 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 }}
{{ with .Site.Params.Social.Thingiverse}}
<a href="https://www.thingiverse.com/{{ . }}" rel="me noopener noreffer" target="_blank"><i class="iconfont icon-t"></i></a>
{{ end }}