Add "gitlab" icon and link.
icon copied from git@github.com:mmistakes/jekyll-theme-basically-basic.git
This commit is contained in:
@ -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 %}
|
||||
|
Reference in New Issue
Block a user