Add "gitlab" icon and link.

icon copied from git@github.com:mmistakes/jekyll-theme-basically-basic.git
This commit is contained in:
Klaus Baldermann
2017-06-09 14:04:28 +02:00
parent a96cfbfea3
commit c52a64d62a
4 changed files with 9 additions and 0 deletions

View File

@ -14,6 +14,12 @@
<div class="footer-col footer-col-2">
<ul class="social-media-list">
{% if site.gitlab_username %}
<li>
{% include icon-gitlab.html username=site.gitlab_username %}
</li>
{% endif %}
{% if site.github_username %}
<li>
{% include icon-github.html username=site.github_username %}