File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1+ {% assign full_url = site.url | append: page.url %}
12< div class ="share-links ">
23 < p > Share</ p >
34 < a
4- href ="https://twitter.com/intent/tweet?text={{page.share_text | uri_escape }}&url={{site.url | uri_escape}} "
5+ href ="https://twitter.com/intent/tweet?text={{page.share_text | uri_escape }}&url={{full_url | uri_escape}} "
56 target ="_blank "
67 rel ="noopener noreferrer "
78 >
1920 </ svg >
2021 </ a >
2122 < a
22- href ="http://www.reddit.com/submit?title={{page.share_text | uri_escape }}&url={{site.url | uri_escape}} "
23+ href ="http://www.reddit.com/submit?title={{page.share_text | uri_escape }}&url={{full_url | uri_escape}} "
2324 target ="_blank "
2425 rel ="noopener noreferrer "
2526 >
3738 </ svg >
3839 </ a >
3940 < a
40- href ="https://www.facebook.com/sharer/sharer.php?u={{site.url | uri_escape }} "
41+ href ="https://www.facebook.com/sharer/sharer.php?u={{full_url | uri_escape }} "
4142 target ="_blank "
4243 rel ="noopener noreferrer "
4344 >
5556 </ svg >
5657 </ a >
5758 < a
58- href ="https://www.linkedin.com/sharing/share-offsite/?url={{ site.url }} "
59+ href ="https://www.linkedin.com/sharing/share-offsite/?url={{ full_url }} "
5960 target ="_blank "
6061 rel ="noopener noreferrer "
6162 >
You can’t perform that action at this time.
0 commit comments