1
1
< div class ="post__share ">
2
2
< ul class ="share__list list-reset ">
3
- < li class ="share__item ">
4
- < a class ="share__link share__facebook " href ="https://www.facebook.com/sharer/sharer.php?u={{ site.url }}{{ site.baseurl }}{{ page.url }} "
5
- onclick ="window.open(this.href, 'pop-up', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false; "
6
- title ="Share on Facebook " rel ="nofollow "> < i class ="ion ion-logo-facebook "> </ i > </ a >
7
- </ li >
8
-
9
- < li class ="share__item ">
10
- < a class ="share__link share__twitter " href ="https://twitter.com/intent/tweet?text={{ page.title | uri_escape }}&url={{ site.url }}{{ site.baseurl }}{{ page.url }} "
11
- onclick ="window.open(this.href, 'pop-up', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false; "
12
- title ="Share on Twitter " rel ="nofollow "> < i class ="ion ion-logo-twitter "> </ i > </ a >
13
- </ li >
14
-
15
- < li class ="share__item ">
16
- < a class ="share__link share__linkedin " href ="https://www.linkedin.com/shareArticle?mini=true&url={{ site.url }}{{ site.baseurl }}{{ page.url }}&title={{ page.title | uri_escape }}&summary={{ page.description | uri_escape }}&source={{ site.title | uri_escape }} "
17
- onclick ="window.open(this.href, 'pop-up', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false; " title ="Share on LinkedIn " rel ="nofollow "> < i class ="ion ion-logo-linkedin "> </ i > </ a >
18
- </ li >
19
-
20
- < li class ="share__item ">
21
- < a class ="share__link share__pinterest " href ="http://pinterest.com/pin/create/button/?url={{ site.url }}{{ page.url }}&media={{ site.url }}{{ site.baseurl }}{{ page.image }}&description={{ page.title | uri_escape }} "
22
- onclick ="window.open(this.href, 'pop-up', 'left=20,top=20,width=900,height=500,toolbar=1,resizable=0'); return false; " title ="Share on Pinterest "
23
- rel ="nofollow "> < i class ="ion ion-logo-pinterest "> </ i > </ a >
24
- </ li >
3
+
25
4
</ ul >
26
- </ div >
5
+ </ div >
0 commit comments