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

github.com/yoshiharuyamashita/blackburn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnselmo L. S. Melo <anselmolsm@gmail.com>2016-07-23 05:59:13 +0300
committerAnselmo L. S. Melo <anselmolsm@gmail.com>2016-07-23 06:16:45 +0300
commit910c68d4443a1ea1ba133666e3da5299e28f604b (patch)
tree3bd704952d218712c5b6ef7aed09f5473ea7490a /layouts
parent5b0b4b737174cfb60bc3aa2c73169c85c7702054 (diff)
Add social icon for last.fm
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/social.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/layouts/partials/social.html b/layouts/partials/social.html
index 4bd498c..c5c63be 100644
--- a/layouts/partials/social.html
+++ b/layouts/partials/social.html
@@ -137,6 +137,12 @@
</li>
{{ end }}
+ {{ with .Site.Social.lastfm }}
+ <li class="pure-menu-item">
+ <a class="pure-menu-link" href="http://last.fm/user/{{ . }}" target="_blank"><i class="fa fa-lastfm-square fa-fw"></i>last.fm</a>
+ </li>
+ {{ end }}
+
<!-- Other -->
{{ with .Site.Social.keybase }}