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

github.com/parsiya/Hugo-Octopress.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsiya <parsiya@users.noreply.github.com>2021-02-15 14:12:48 +0300
committerparsiya <parsiya@users.noreply.github.com>2021-02-15 14:12:48 +0300
commit3ffe614f8624b4859b89294d2b06b35e282908ff (patch)
treee82206bc0886cfd3c4bcd33c6a93d57b7dd84dc5
parent0b84231ba689d2d0bbbe7f5f317ef2a24b6c25c5 (diff)
remove GooglePlus, fixes #66
-rwxr-xr-xREADME.md1
-rw-r--r--layouts/partials/sidebar.html1
-rwxr-xr-xsample-config.toml1
3 files changed, 0 insertions, 3 deletions
diff --git a/README.md b/README.md
index f4578eb..c4c6073 100755
--- a/README.md
+++ b/README.md
@@ -311,7 +311,6 @@ Sidebar social network icons are configured as follows:
keybase = "https://keybase.io/parsiya/"
linkedin = "https://www.linkedin.com/in/parsiya/"
stackoverflow = ""
- googleplus = ""
youtube = ""
facebook = ""
instagram = ""
diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html
index 0f1ca35..ae5f49b 100644
--- a/layouts/partials/sidebar.html
+++ b/layouts/partials/sidebar.html
@@ -34,7 +34,6 @@
{{ end }}
{{ with .Site.Params.linkedin }}<a target="_blank" rel="noopener noreferrer" href="{{ . }}" title="{{ . }}"><i class="fa fa-linkedin fa-3x"></i></a>{{ end }}
{{ with .Site.Params.stackOverflow }}<a target="_blank" rel="noopener noreferrer" href="{{ . }}" title="{{ . }}"><i class="fa fa-stack-overflow fa-3x"></i></a>{{ end }}
- {{ with .Site.Params.googleplus }}<a target="_blank" rel="noopener noreferrer" href="{{ . }}" title="{{ . }}"><i class="fa fa-google-plus fa-3x"></i></a>{{ end }}
{{ with .Site.Params.facebook }}<a target="_blank" rel="noopener noreferrer" href="{{ . }}" title="{{ . }}"><i class="fa fa-facebook fa-3x"></i></a>{{ end }}
{{ with .Site.Params.youtube }}<a target="_blank" rel="noopener noreferrer" href="{{ . }}" title="{{ . }}"><i class="fa fa-youtube fa-3x"></i></a>{{ end }}
{{ with .Site.Params.instagram }}<a target="_blank" rel="noopener noreferrer" href="{{ . }}" title="{{ . }}"><i class="fa fa-instagram fa-3x"></i></a>{{ end }}
diff --git a/sample-config.toml b/sample-config.toml
index 7961151..cbe99c8 100755
--- a/sample-config.toml
+++ b/sample-config.toml
@@ -60,7 +60,6 @@ post = "/blog/:year-:month-:day-:title/" # change the post URL to look like the
keybase = ""
stackoverflow = ""
linkedin = ""
- googleplus = ""
youtube = ""
facebook = ""
instagram = ""