Skip to content

Commit 114f81a

Browse files
authored
Remove twitter and fb
1 parent 7e3c091 commit 114f81a

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

_includes/share.html

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,10 @@
33
Share
44
</p>
55
<ul>
6-
<li class="ml-1 mr-1">
7-
<a target="_blank" href="https://twitter.com/intent/tweet?text={{ page.title }}&url={{ page.url | absolute_url }}" onclick="window.open(this.href, 'twitter-share', 'width=550,height=235');return false;">
8-
<i class="fab fa-twitter"></i>
9-
</a>
10-
</li>
11-
12-
<li class="ml-1 mr-1">
13-
<a target="_blank" href="https://facebook.com/sharer.php?u={{ page.url | absolute_url }}" onclick="window.open(this.href, 'facebook-share', 'width=550,height=435');return false;">
14-
<i class="fab fa-facebook-f"></i>
15-
</a>
16-
</li>
17-
186
<li class="ml-1 mr-1">
197
<a target="_blank" href="https://www.linkedin.com/shareArticle?mini=true&url={{ page.url | absolute_url }}" onclick="window.open(this.href, 'width=550,height=435');return false;">
208
<i class="fab fa-linkedin-in"></i>
219
</a>
2210
</li>
23-
2411
</ul>
2512
</div>

0 commit comments

Comments
 (0)