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

github.com/shenoybr/hugo-goa.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Carlos Duran <qheolet@gmail.com>2018-08-06 21:33:05 +0300
committerGitHub <noreply@github.com>2018-08-06 21:33:05 +0300
commit79e17be17ec4ff1000ba042a28902298130534f1 (patch)
tree9e6f36a1f24a8ef56d479041c3ff9a922c390586
parentd7a47bd05742a129af4525dbf1bc36ae9928bfad (diff)
Add a Gitlab ass Social icon
-rw-r--r--layouts/partials/social.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/partials/social.html b/layouts/partials/social.html
index 6500634..1b19611 100644
--- a/layouts/partials/social.html
+++ b/layouts/partials/social.html
@@ -11,6 +11,9 @@
{{ with .Site.Params.social.github }}
<a href="https://github.com/{{.}}"><i class="fa fa-github" aria-hidden="true"></i></a>
{{ end }}
+ {{ with .Site.Params.social.gitlab }}
+ <a href="https://gitlab.com/{{.}}"><i class="fa fa-gitlab" aria-hidden="true"></i></a>
+ {{ end }}
{{ with .Site.Params.social.instagram }}
<a href="https://instagram.com/{{.}}"><i class="fa fa-instagram" aria-hidden="true"></i></a>
{{ end }}