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:
Diffstat (limited to 'layouts/partials/social.html')
-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 }}