Skip to content

Commit 9480ce2

Browse files
committed
1 parent 044e116 commit 9480ce2

4 files changed

Lines changed: 0 additions & 39 deletions

File tree

_includes/author-info.html

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,6 @@ <h2 itemprop="name">
2727
{% endunless %}
2828

2929
<ul class="no-bullet author-social-links">
30-
{% if author.twitter %}
31-
<li>
32-
<a class="twitter-icon" href="https://twitter.com/{{ author.twitter }}" title="@{{ author.twitter }} Twitter">
33-
<svg class="icon">
34-
<use xlink:href="#twitter"></use>
35-
</svg>&nbsp;Follow @{{ author.twitter }} on Twitter
36-
</a>
37-
</li>
38-
{% endif %}
3930

4031
{% if author.linkedin %}
4132
{% assign name = author.name | split: ' ' %}

_includes/footer.html

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -11,26 +11,6 @@
1111
</svg>
1212
<span class="element-invisible">Feed</span>
1313
</a>
14-
{% if site.owner.twitter %}
15-
<a href="http://twitter.com/{{ site.owner.twitter }}">
16-
<span class="fa-stack fa-lg">
17-
<svg class="icon">
18-
<use xlink:href="#twitter"></use>
19-
</svg>
20-
<span class="element-invisible">Twitter</span>
21-
</span>
22-
</a>
23-
{% endif %}
24-
{% if site.owner.google_plus %}
25-
<a href="{{ site.owner.google_plus }}">
26-
<span class="fa-stack fa-lg">
27-
<svg class="icon">
28-
<use xlink:href="#google-plus"></use>
29-
</svg>
30-
<span class="element-invisible">Google Plus</span>
31-
</span>
32-
</a>
33-
{% endif %}
3414
{% if site.owner.instagram %}
3515
<a href="http://instagram.com/{{ site.owner.instagram }}">
3616
<span class="fa-stack fa-lg">

_includes/share.html

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,6 @@
11
{% capture authortwitter %}{% for author in authors %}{% if author.twitter %}{% if forloop.index == 1 %}%20by%20{% elsif forloop.index == authors.size %}%20and%20{% else %},%20{% endif %}&#64;{{ author.twitter }}{% endif %}{% endfor %}{% endcapture %}
22
<div class="row text-center">
33
<section class="notepad-post-share">
4-
<a class="twitter-icon"
5-
data-network="twitter"
6-
href="https://twitter.com/intent/tweet?text=&quot;{{ page.title }}&quot;%20{{ site.url }}{{ page.url | uri_escape}}{{ authortwitter }}%20via%20&#64;{{ site.owner.twitter }}"
7-
onclick="window.open(this.href, 'twitter-share', 'width=550,height=235');return false;"
8-
title="Share on Twitter">
9-
<svg class="icon">
10-
<use xlink:href="#twitter"></use>
11-
</svg>
12-
</a>
134
<a class="facebook-icon"
145
data-network="facebook"
156
href="https://www.facebook.com/sharer/sharer.php?u={{ site.url }}{{ page.url }}"

authors.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
{
1010
"name" : "{{ author.name }}",
1111
"description": {{ author.description | markdownify | strip_html | jsonify }},
12-
"twitter" : "{{ author.twitter }}",
1312
"linkedin" : "{{ author.linkedin }}",
1413
"github" : "{{ author.github}}",
1514
"avatar" : "{{ author.avatar }}",

0 commit comments

Comments
 (0)