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:
authorRaghd Hamzeh <raghd@rhamzeh.com>2018-11-27 01:03:33 +0300
committerGitHub <noreply@github.com>2018-11-27 01:03:33 +0300
commitc05388de90bf47b4b7a2fc622059410f80a920c0 (patch)
treeba909e2580eb3c53bbd957f551fdb38952dca4c5
parent86f2cc6323e4ede3574489b6c6845e2166585ddd (diff)
Revert "Add a Gitlab Social icon"
-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 9fac734..ac25c11 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 }}