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:
-rw-r--r--layouts/partials/social.html3
1 files changed, 0 insertions, 3 deletions
diff --git a/layouts/partials/social.html b/layouts/partials/social.html
index 4668c3e..5059271 100644
--- a/layouts/partials/social.html
+++ b/layouts/partials/social.html
@@ -17,9 +17,6 @@
{{ with .Site.Params.social.github }}
<a href="https://github.com/{{.}}" aria-label="Github" target="_blank"><i class="fab 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/{{.}}" aria-label="Instagram" target="_blank"><i class="fab fa-instagram" aria-hidden="true"></i></a>
{{ end }}