From 78904cba7d626def08c6faee00f78e31b641e6d5 Mon Sep 17 00:00:00 2001 From: ConorIA Date: Wed, 17 Aug 2016 13:01:44 -0400 Subject: Add a link to Gitlab account --- README.md | 3 ++- layouts/partials/header.html | 3 +++ static/images/gitlab.png | Bin 0 -> 1926 bytes 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 static/images/gitlab.png 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 @@
{{.Site.Params.description}}
+ {{if .Site.Params.gitlab}} + + {{end}} {{if .Site.Params.github}} {{end}} diff --git a/static/images/gitlab.png b/static/images/gitlab.png new file mode 100644 index 0000000..4d7ae75 Binary files /dev/null and b/static/images/gitlab.png differ -- cgit v1.2.3