Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/AngeloStavrow/indigo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/social.html')
-rw-r--r--layouts/partials/social.html16
1 files changed, 14 insertions, 2 deletions
diff --git a/layouts/partials/social.html b/layouts/partials/social.html
index 32b5799..ddac2b1 100644
--- a/layouts/partials/social.html
+++ b/layouts/partials/social.html
@@ -4,6 +4,9 @@
<a class="glyph" alt="Email me" href="mailto:{{ .Site.Params.EmailAddress }}"><img src="/icons/envelope.svg" width="24px"></a>
</div>
<div class="icon-24x24">
+ <a class="glyph" alt="Facebook profile" href="{{ .Site.Params.FacebookUser }}"><img src="/icons/facebook.svg" width="24px"></a>
+ </div>
+ <div class="icon-24x24">
<a class="glyph" alt="Flickr profile" href="https://flickr.com/people/{{ .Site.Params.FlickrUser }}"><img src="/icons/flickr.svg" width="24px"></a>
</div>
<div class="icon-24x24">
@@ -16,10 +19,19 @@
<a class="glyph" alt="Glitch profile" href="https://glitch.com/@{{ .Site.Params.GlitchUser }}"><img src="/icons/glitch.svg" width="24px"></a>
</div>
<div class="icon-24x24">
+ <a class="glyph" alt="Keybase profile" href="https://keybase.io/{{ .Site.Params.KeybaseUser }}"><img src="/icons/keybase.svg" width="24px"></a>
+ </div>
+ <div class="icon-24x24">
<a class="glyph" alt="Micro.Blog profile" href="https://micro.blog/{{ .Site.Params.MicroBlogUser }}"><img src="/icons/microblog.svg" width="24px"></a>
- </div>
+ </div>
+ <div class="icon-24x24">
+ <a class="glyph" alt="Stack Overflow profile" href="https://stackoverflow.com/users/{{ .Site.Params.StackOverflowUser }}"><img src="/icons/stack-overflow.svg" width="24px"></a>
+ </div>
+ <div class="icon-24x24">
+ <a class="glyph" alt="Tumblr profile" href="https://{{ .Site.Params.TumblrUser }}.tumblr.com/"><img src="/icons/tumblr.svg" width="24px"></a>
+ </div>
<div class="icon-24x24 last">
<a class="glyph" alt="Twitter profile" href="https://twitter.com/{{ .Site.Params.TwitterUser }}"><img src="/icons/twitter.svg" width="24px"></a>
- </div>
+ </div>
</div>
</aside>