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

github.com/pdevty/material-design.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpdevty <p.dev.ty@gmail.com>2016-08-28 03:21:25 +0300
committerGitHub <noreply@github.com>2016-08-28 03:21:25 +0300
commit587b3af7db83f4677dfd905520ba968ada3686f7 (patch)
tree96f758ae81e7ca808e5b625dcd4c1036b8735f5a /layouts
parent0d88058fead04a70d14f34552e07a1fd81911ca6 (diff)
parent78904cba7d626def08c6faee00f78e31b641e6d5 (diff)
Merge pull request #9 from ConorIA/masterHEADmaster
Add a link to Gitlab account
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/header.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 5d8db25..d66f868 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -31,6 +31,9 @@
<h5 class="header col s12 light">{{.Site.Params.description}}</h5>
</div>
<div class="row center">
+ {{if .Site.Params.gitlab}}
+ <a href="https://gitlab.com/u/{{ .Site.Params.gitlab }}"><img src="{{.Site.BaseURL}}/images/gitlab.png"></a>
+ {{end}}
{{if .Site.Params.github}}
<a href="https://github.com/{{ .Site.Params.github }}"><img src="{{.Site.BaseURL}}/images/github2-dreamstale35.png"></a>
{{end}}