Skip to content

Commit e4722b1

Browse files
author
MarcoFalke
committed
remove google plus
1 parent 4e0614a commit e4722b1

File tree

5 files changed

+0
-30
lines changed

5 files changed

+0
-30
lines changed

_config.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,6 @@ owner:
3030
email:
3131
twitter: bitcoincoreorg
3232
facebook: #username
33-
google:
34-
plus: #username
35-
analytics: #UA-85008990-1
36-
verify:
37-
ad-client:
38-
ad-slot:
39-
bing-verify:
4033
github: bitcoin
4134
stackoverflow: #123456/username from a "http://stackoverflow.com/users/123456/username" link
4235
linkedin: #username

_data/authors.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ laanwj:
88
avatar: https://avatars3.githubusercontent.com/u/126646?v=3&s=460
99
twitter: orionwl
1010
github: laanwj
11-
google:
12-
plus:
1311

1412
sipa:
1513
name: Pieter Wuille
@@ -18,8 +16,6 @@ sipa:
1816
avatar: https://avatars2.githubusercontent.com/u/548488?v=3&s=460
1917
github: sipa
2018
twitter: pwuille
21-
google:
22-
plus:
2319

2420
0xadada:
2521
name: Ron. A
@@ -36,6 +32,4 @@ gmaxwell:
3632
avatar: https://avatars0.githubusercontent.com/u/858454?v=3&s=400
3733
github: gmaxwell
3834
twitter:
39-
google:
40-
plus:
4135

_includes/author-bio.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ <h3 itemprop="name">{{ author.name }}</h3>
2424
{% if author.email %}<a href="mailto:{{ author.email }}" class="author-social" target="_blank"><i class="fa fa-fw fa-envelope-square"></i> Email</a>{% endif %}
2525
{% if author.twitter %}<a href="https://twitter.com/{{ author.twitter }}" class="author-social" target="_blank"><i class="fa fa-fw fa-twitter-square"></i> Twitter</a>{% endif %}
2626
{% if author.facebook %}<a href="https://facebook.com/{{ author.facebook }}" class="author-social" target="_blank"><i class="fa fa-fw fa-facebook-square"></i> Facebook</a>{% endif %}
27-
{% if author.google.plus %}<a href="http://plus.google.com/+{{ author.google.plus }}" class="author-social" target="_blank"><i class="fa fa-fw fa-google-plus-square"></i> Google+</a>{% endif %}
2827
{% if author.linkedin %}<a href="http://linkedin.com/in/{{ author.linkedin }}" class="author-social" target="_blank"><i class="fa fa-fw fa-linkedin-square"></i> LinkedIn</a>{% endif %}
2928
{% if author.xing %}<a href="http://www.xing.com/profile/{{ author.xing }}" class="author-social" target="_blank"><i class="fa fa-fw fa-xing-square"></i> XING</a>{% endif %}
3029
{% if author.instagram %}<a href="http://instagram.com/{{ author.instagram }}" class="author-social" target="_blank"><i class="fa fa-fw fa-instagram"></i> Instagram</a>{% endif %}

_includes/head.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@
1818

1919
{% include open-graph.html %}
2020

21-
{% if site.owner.google.verify %}<!-- Webmaster Tools verfication -->
22-
<meta name="google-site-verification" content="{{ site.owner.google.verify }}">{% endif %}
23-
{% if site.owner.bing-verify %}<meta name="msvalidate.01" content="{{ site.owner.bing-verify }}">{% endif %}
24-
2521
{% assign posts=site.posts |where:"name", page.name %}
2622
{% for hrefpost in posts %}<link rel="alternate" hreflang="{{ hrefpost.lang }}" href="{{ site.url }}{{ hrefpost.permalink }}" />{% endfor %}
2723
{% if page.canonical != null %}<link rel="canonical" href="{{ page.canonical }}">{% else %}<link rel="canonical" href="{{ site.url }}{{ page.url }}">{% endif %}

_includes/scripts.html

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1 @@
11
<script src="/assets/js/scripts.js"></script>
2-
{% if site.owner.google.analytics %}
3-
<script>
4-
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
5-
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
6-
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
7-
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
8-
9-
ga('create', '{{ site.owner.google.analytics }}', 'auto');
10-
ga('send', 'pageview');
11-
12-
</script>
13-
{% endif %}

0 commit comments

Comments
 (0)