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

github.com/jbub/ghostwriter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuraj Bubniak <juraj.bubniak@exponea.com>2020-04-19 12:55:18 +0300
committerJuraj Bubniak <juraj.bubniak@exponea.com>2020-04-19 12:55:18 +0300
commit69d9697f9cf0a4eb63b354308fdf95be6042ff1a (patch)
tree42a5d8f4aaf281fad6ad576bc6d6e7b8ca1a8f8a
parent9d17ea0b3376b7c6db85a064672f2b44f18ea216 (diff)
Drop google plus support.
-rw-r--r--README.md1
-rw-r--r--exampleSite/config.yml1
-rw-r--r--layouts/partials/header.html5
3 files changed, 0 insertions, 7 deletions
diff --git a/README.md b/README.md
index 410902b..f17d6cd 100644
--- a/README.md
+++ b/README.md
@@ -83,7 +83,6 @@ params:
github: "https://github.com/XXX"
gitlab: "https://gitlab.com/XXX"
linkedin: "https://linkedin.com/in/XXX/"
- gplus: "https://google.com/+XXX"
twitter: "https://twitter.com/XXX"
stackoverflow: "https://stackoverflow.com/users/XXX/YYY"
facebook: "https://www.facebook.com/username"
diff --git a/exampleSite/config.yml b/exampleSite/config.yml
index 936cb20..658b49d 100644
--- a/exampleSite/config.yml
+++ b/exampleSite/config.yml
@@ -43,7 +43,6 @@ params:
github: "https://github.com/XXX"
gitlab: "https://gitlab.com/XXX"
linkedin: "https://linkedin.com/in/XXX/"
- gplus: "https://google.com/+XXX"
twitter: "https://twitter.com/XXX"
stackoverflow: "https://stackoverflow.com/users/XXX/YYY"
facebook: "https://www.facebook.com/username"
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 4f0019e..fc00b7a 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -69,11 +69,6 @@
<i class="fa fa-linkedin"></i>
</a>
{{ end }}
- {{ with .Site.Params.gplus }}
- <a class="button-square button-social hint--top" data-hint="Google+" title="Google+" href="{{ . }}" rel="me">
- <i class="fa fa-google-plus"></i>
- </a>
- {{ end }}
{{ with .Site.Params.email }}
<a class="button-square button-social hint--top" data-hint="Email" title="Email" href="mailto:{{ . }}">
<i class="fa fa-envelope"></i>