Skip to content

Commit

Permalink
Revert "Add a Gitlab Social icon"
Browse files Browse the repository at this point in the history
  • Loading branch information
rhamzeh committed Nov 26, 2018
1 parent 86f2cc6 commit c05388d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions layouts/partials/social.html
Expand Up @@ -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 }}
Expand Down

0 comments on commit c05388d

Please sign in to comment.