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

gitlab.com/toryanderson/hugo-icarus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavide Taviani <helios89@gmail.com>2016-06-16 18:18:04 +0300
committerDavide Taviani <helios89@gmail.com>2016-06-16 18:18:29 +0300
commita27eea5f6ca4590cb8ba50aa1df3017fbb80a878 (patch)
tree1cd1009eb7061366cac3daa5a4d539454fbc0001 /layouts
parent82ac358af5e568cccc726e8d86dd6ec10a8fe2e7 (diff)
Add GitLab social icon
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/social.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/layouts/partials/social.html b/layouts/partials/social.html
index 916b99e..1bb6e01 100644
--- a/layouts/partials/social.html
+++ b/layouts/partials/social.html
@@ -2,6 +2,11 @@
<td><a href="//github.com/{{.}}" target="_blank" title="GitHub"><i class="fa fa-github"></i></a></td>
{{ end }}
+{{ with .Site.Social.gitlab }}
+<td><a href="//gitlab.com/u/{{.}}" target="_blank" title="GitLab"><i class="fa fa-gitlab"></i></a></td>
+{{ end }}
+
+
{{ with .Site.Social.bitbucket }}
<td><a href="//bitbucket.com/{{.}}" target="_blank" title="Bitbucket"><i class="fa fa-bitbucket"></i></a></td>
{{ end }}