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

github.com/wd/hugo-fabric.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--exampleSite/config.toml2
-rw-r--r--layouts/partials/post/sharing.html7
-rw-r--r--layouts/partials/social.html6
4 files changed, 2 insertions, 15 deletions
diff --git a/README.md b/README.md
index 211d9fa..c1899a4 100644
--- a/README.md
+++ b/README.md
@@ -65,8 +65,6 @@ Put settings below into your config.toml.
# post sharing
facebook_like = true
twitter_tweet_button = true
- google_plus_one = true
- google_plus_one_size = "midum"
addthis_profile_id = "wd"
```
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 47915c4..8637368 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -29,6 +29,4 @@ baseName = "atom"
# post sharing
facebook_like = true
twitter_tweet_button = true
- google_plus_one = true
- google_plus_one_size = "midum"
addthis_profile_id = "wd"
diff --git a/layouts/partials/post/sharing.html b/layouts/partials/post/sharing.html
index 0d59531..d911ccd 100644
--- a/layouts/partials/post/sharing.html
+++ b/layouts/partials/post/sharing.html
@@ -7,11 +7,8 @@
{{ if .theme.twitter_tweet_button }}
<a class="addthis_button_tweet"></a>
{{ end }}
- {{ if .theme.google_plus_one }}
- <a class="addthis_button_google_plusone" g:plusone:size="{{ .theme.google_plus_one_size }}"></a>
- {{ end }}
<a class="addthis_counter addthis_pill_style"></a>
</div>
- <script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid={{ .theme.addthis_profile_id }}"></script>
+ <script type="text/javascript" src="//s7.addthis.com/js/250/addthis_widget.js#pubid={{ .theme.addthis_profile_id }}"></script>
</div>
-{{ end }} \ No newline at end of file
+{{ end }}
diff --git a/layouts/partials/social.html b/layouts/partials/social.html
index cfb370e..79a34f7 100644
--- a/layouts/partials/social.html
+++ b/layouts/partials/social.html
@@ -5,12 +5,6 @@
<a href="https://github.com/{{ .theme.github_user }}" rel="me" class="github" title="Github"></a>
</li>
{{ end }}
- {{ if .theme.googleplus_user }}
- <!-- Google Plus -->
- <li>
- <a href="http://plus.google.com/{{ .theme.googleplus_user }}?rel=author" rel="me" class="google" title="Google+"></a>
- </li>
- {{ end }}
{{ if .theme.facebook_user }}
<!-- Facebook -->
<li>