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-14 17:45:24 +0300
committerGiuseppe Pignataro <rogepix@gmail.com>2019-03-14 17:45:24 +0300
commit2ce78f802cd8356f2008f116a1cfb2327e67dd4e (patch)
tree8bd3745cb29808f7328c07a49fc7126edc203075 /layouts
parent3afb64b48501d9258484907758f0633bfa0729f1 (diff)
Added more social
Added more social links: Goodreads, Lastfm, Foursquare, Hackernews, Kickstarter, Patreon, Steam, Twitch, Strava, Skype, Whatsapp
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/social.html36
1 files changed, 35 insertions, 1 deletions
diff --git a/layouts/partials/social.html b/layouts/partials/social.html
index 5cf8c13..c12aa54 100644
--- a/layouts/partials/social.html
+++ b/layouts/partials/social.html
@@ -93,4 +93,38 @@
{{ end }}
{{ with .Site.Params.Social.Mix}}
<a href="https://mix.com/{{.}}" rel="me noopener noreffer" target="_blank"><i class="iconfont icon-mix"></i></a>
-{{ end }} \ No newline at end of file
+{{ end }}
+
+{{ with .Site.Params.Social.Goodreads}}
+<a href="https://www.goodreads.com/user/show/{{.}}" rel="me noopener noreffer" target="_blank"><i class="iconfont icon-goodreads"></i></a>
+{{ end }}
+{{ with .Site.Params.Social.Lastfm}}
+<a href="https://www.last.fm/user/{{.}}" rel="me noopener noreffer" target="_blank"><i class="iconfont icon-POP_lastfm"></i></a>
+{{ end }}
+{{ with .Site.Params.Social.Foursquare}}
+<a href="https://foursquare.com/{{.}}" rel="me noopener noreffer" target="_blank"><i class="iconfont icon-foursquare"></i></a>
+{{ end }}
+{{ with .Site.Params.Social.Hackernews}}
+<a href="https://news.ycombinator.com/user?id={{.}}" rel="me noopener noreffer" target="_blank"><i class="iconfont icon-ycombinator"></i></a>
+{{ end }}
+{{ with .Site.Params.Social.Kickstarter}}
+<a href="https://kickstarter.com/profile/{{.}}" rel="me noopener noreffer" target="_blank"><i class="iconfont icon-kickstarter"></i></a>
+{{ end }}
+{{ with .Site.Params.Social.Patreon}}
+<a href="https://patreon.com/{{.}}" rel="me noopener noreffer" target="_blank"><i class="iconfont icon-patreon"></i></a>
+{{ end }}
+{{ with .Site.Params.Social.Steam}}
+<a href="https://steamcommunity.com/id/{{.}}" rel="me noopener noreffer" target="_blank"><i class="iconfont icon-steam"></i></a>
+{{ end }}
+{{ with .Site.Params.Social.Twitch}}
+<a href="https://www.twitch.tv/{{.}}" rel="me noopener noreffer" target="_blank"><i class="iconfont icon-twitch"></i></a>
+{{ end }}
+{{ with .Site.Params.Social.Strava}}
+<a href="https://www.strava.com/athletes/{{.}}" rel="me noopener noreffer" target="_blank"><i class="iconfont icon-strava"></i></a>
+{{ end }}
+{{ with .Site.Params.Social.Skype}}
+<a href="skype:{{.}}" rel="me noopener noreffer" target="_blank"><i class="iconfont icon-skype"></i></a>
+{{ end }}
+{{ with .Site.Params.Social.Whatsapp}}
+<a href="https://wa.me/{{.}}" rel="me noopener noreffer" target="_blank"><i class="iconfont icon-whatsapp"></i></a>
+{{ end }}