Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mattstratton/castanet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Stratton <matt.stratton@gmail.com>2017-05-30 16:09:19 +0300
committerMatt Stratton <matt.stratton@gmail.com>2017-05-30 16:09:19 +0300
commitde4cb390b7e4061b312a7417b1dd6fdbb1fd9729 (patch)
tree1c5bd2c0e9488dac65b11b292e067e40232b5b32 /layouts/partials
parenta596226cc9f7a7595ecd912e7068adcccd61e1bc (diff)
parent2c136e2a36efadde31c895a7f5f64e4c7afeb350 (diff)
Merge branch 'master' of github.com:mattstratton/castanet
Diffstat (limited to 'layouts/partials')
-rw-r--r--layouts/partials/header.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index c089aa5..29b3bb4 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -71,6 +71,11 @@
<a class = "social-links" href="https://github.com/{{ .Site.Params.social.github }}"><i class="fa fa-github fa-2x"></i></a>
</li>
{{ end }}
+ {{ if (isset .Site.Params.social "gitlab" ) }}
+ <li>
+ <a class = "social-links" href="https://gitlab.com/{{ .Site.Params.social.gitlab }}"><i class="fa fa-gitlab fa-2x"></i></a>
+ </li>
+ {{ end }}
</ul>
</div>
</div>