FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
mary-python.github.io/_includes/social-share.html at master · mary-python/mary-python.github.io · GitHub
mary-python
/
mary-python.github.io
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
mary-python.github.io
/
_includes
/
social-share.html
Copy path
More file actions
More file actions
Latest commit
History
History
History
13 lines (9 loc) · 1.07 KB
Breadcrumbs
mary-python.github.io
/
_includes
/
social-share.html
Copy path
File metadata and controls
13 lines (9 loc) · 1.07 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
{% include base_path %}
<
section
class
="
page__share
"
>
{% if site.data.ui-text[site.locale].share_on_label %}
<
h4
class
="
page__share-title
"
>
{{ site.data.ui-text[site.locale].share_on_label | default: "Share on" }}
</
h4
>
{% endif %}
<
a
href
="
https://twitter.com/intent/tweet?text={{ base_path }}{{ page.url }}
"
class
="
btn btn--twitter
"
title
="
{{ site.data.ui-text[site.locale].share_on_label | default: 'Share on' }} Twitter
"
>
<
i
class
="
fab fa-twitter
"
aria-hidden
="
true
"
>
</
i
>
<
span
>
Twitter
</
span
>
</
a
>
<
a
href
="
https://www.facebook.com/sharer/sharer.php?u={{ base_path }}{{ page.url }}
"
class
="
btn btn--facebook
"
title
="
{{ site.data.ui-text[site.locale].share_on_label | default: 'Share on' }} Facebook
"
>
<
i
class
="
fab fa-facebook
"
aria-hidden
="
true
"
>
</
i
>
<
span
>
Facebook
</
span
>
</
a
>
<
a
href
="
https://www.linkedin.com/shareArticle?mini=true&url={{ base_path }}{{ page.url }}
"
class
="
btn btn--linkedin
"
title
="
{{ site.data.ui-text[site.locale].share_on_label | default: 'Share on' }} LinkedIn
"
>
<
i
class
="
fab fa-linkedin
"
aria-hidden
="
true
"
>
</
i
>
<
span
>
LinkedIn
</
span
>
</
a
>
</
section
>
Back
|
FazBrowse Home
|
New Git URL