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:
-rw-r--r--README.md3
-rw-r--r--layouts/partials/header.html3
-rw-r--r--static/images/gitlab.pngbin0 -> 1926 bytes
3 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7b3742e..6e840e9 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ demo : [http://pdevty.github.io/blog/](http://pdevty.github.io/blog/)
- Google Analytics (optional)
- Pagination
- Disqus (optional)
-- Twitter, Facebook, GitHub, Google+, LinkedIn links (optional)
+- Twitter, Facebook, Gitlab, GitHub, Google+, LinkedIn links (optional)
- Tags
- Categories
- Cover image (optional)
@@ -49,6 +49,7 @@ copyright = "© 2015 Copyright Text"
[params]
description = "Your Site Description" # optional
twitter = "Your Twitter Name" # optional
+ gitlab = "Your Gitlab Name" # optional
github = "Your Github Name" # optional
facebook = "Your facebook Name" # optional
gplus = "Your Google+ profile name" # optional
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}}
diff --git a/static/images/gitlab.png b/static/images/gitlab.png
new file mode 100644
index 0000000..4d7ae75
--- /dev/null
+++ b/static/images/gitlab.png
Binary files differ