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-18 22:10:04 +0300
committerGiuseppe Pignataro <rogepix@gmail.com>2019-03-18 22:10:04 +0300
commit4ced87a0274348caa48e662d54e918377a1d9f69 (patch)
treea3007fbfaa1c75c8efd562bd01b2189d0b6f9e78 /layouts
parent94ed00ab04b29264e2b08b4e0cdd7afc9891bc12 (diff)
Added more social links
Added more social links AngelList, Slideshare, Jsfiddle, Deviantart, Behance, Dribble, Wordpress, Vine
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/social.html29
1 files changed, 29 insertions, 0 deletions
diff --git a/layouts/partials/social.html b/layouts/partials/social.html
index 2f78636..a0d320d 100644
--- a/layouts/partials/social.html
+++ b/layouts/partials/social.html
@@ -133,6 +133,35 @@
{{ with .Site.Params.Social.Douban}}
<a href="https://www.douban.com/people/{{.}}" rel="me noopener noreffer" target="_blank"><i class="iconfont icon-douban"></i></a>
{{ end }}
+{{ with .Site.Params.Social.Angellist}}
+<a href="https://angel.co/{{.}}" rel="me noopener noreffer" target="_blank"><i class="iconfont icon-angellist"></i></a>
+{{ end }}
+{{ with .Site.Params.Social.Slideshare}}
+<a href="https://slideshare.com/{{ . }}" rel="me noopener noreffer" target="_blank"><i class="iconfont icon-slideshare"></i></a>
+{{ end }}
+{{ with .Site.Params.Social.Jsfiddle}}
+<a href="https://jsfiddle.com/{{ . }}" rel="me noopener noreffer" target="_blank"><i class="iconfont icon-jsfiddle"></i></a>
+{{ end }}
+{{ with .Site.Params.Social.Deviantart}}
+<a href="https://{{ . }}.deviantart.com/" rel="me noopener noreffer" target="_blank"><i class="iconfont icon-deviantart"></i></a>
+{{ end }}
+{{ with .Site.Params.Social.Behance}}
+<a href="https://behance.net/{{ . }}" rel="me noopener noreffer" target="_blank"><i class="iconfont icon-behance"></i></a>
+{{ end }}
+{{ with .Site.Params.Social.Dribble}}
+<a href="https://dribbble.com/{{ . }}" rel="me noopener noreffer" target="_blank"><i class="iconfont icon-dribbble"></i></a>
+{{ end }}
+{{ with .Site.Params.Social.Wordpress}}
+<a href="https://{{ . }}.wordpress.com" rel="me noopener noreffer" target="_blank"><i class="iconfont icon-wordpress"></i></a>
+{{ end }}
+{{ with .Site.Params.Social.Vine}}
+<a href="https://vine.co/{{ . }}" rel="me noopener noreffer" target="_blank"><i class="iconfont icon-vine"></i></a>
+{{ end }}
+
+
+
+
+