Skip to content

Commit 53c6a64

Browse files
committed
Merge #654: Remove "Share On" links
fa021b7 scripted-diff: Remove unused page attribute share (MarcoFalke) fae1d8c Remove "Share On" links (MarcoFalke) Pull request description: Google Plus has long been dead and removed from the internet and the Bitcoin Core project website is the wrong place to advertise or promote (not yet dead) social networks anyway. ACKs for commit fa021b: Tree-SHA512: 37f782b8a6a576920b7011d226304528b0b0942349f81d04645e81dad5fb2b3f513880b1de33c8443557de78cd24044a9bab6eba32c1f88f4e416cfbcc3ee527
2 parents 1db9657 + fa021b7 commit 53c6a64

File tree

112 files changed

+2
-194
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+2
-194
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 2 deletions

_config.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,12 @@ defaults:
8181
type: releases
8282
layout: page
8383
lang: en
84-
share: true
8584
- scope:
8685
path: ""
8786
type: doc
8887
values:
8988
layout: doc
9089
lang: en
91-
share: true
9290
- scope:
9391
path: "_posts/en/posts"
9492
type: posts

_includes/social-share.html

Lines changed: 0 additions & 14 deletions
This file was deleted.

_layouts/doc.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,6 @@ <h3 class="toc-header">
8080
</ul>
8181
{% endif %}
8282
{% endif %}
83-
{% if page.share != false %}
84-
<hr />
85-
{% include social-share.html %}
86-
{% endif %}
8783
</div><!-- /.article-wrap -->
8884
</article>
8985
</div><!-- /#index -->

_layouts/page.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@ <h1>{{ page.title | xml_escape }}</h1>
3737
<div class="article-wrap">
3838
<!-- { % include istranslated.html % } -->
3939
{{ content }}
40-
{% if page.share != false %}
41-
<hr />
42-
{% include social-share.html %}
43-
{% endif %}
4440
</div><!-- /.article-wrap -->
4541
</article>
4642
</div><!-- /#index -->

_layouts/post.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ <h1 class="p-name"><a href="{{ page.url }}" rel="bookmark" title="{{ page.title
5252
</div>
5353
<hr />
5454
<footer role="contentinfo">
55-
{% if page.share != false %}{% include social-share.html %}{% endif %}
5655
<p class="byline">
5756
<strong>{{ page.title }}</strong>
5857
was published on

_posts/en/pages/2016-01-01-about.md

Lines changed: 0 additions & 1 deletion

_posts/en/pages/2016-01-01-blog.md

Lines changed: 0 additions & 1 deletion

_posts/en/pages/2016-01-01-contribute.md

Lines changed: 0 additions & 1 deletion

_posts/en/pages/2016-01-01-index.md

Lines changed: 0 additions & 1 deletion

0 commit comments

Comments
 (0)