-
Notifications
You must be signed in to change notification settings - Fork 383
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to FontAwesome 6 and remove unnecessary image files
- Loading branch information
1 parent
df2fb7e
commit cfc37c0
Showing
11 changed files
with
15 additions
and
127 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
<div class="share-page"> | ||
<a class="share-linkedin" href="https://www.linkedin.com/shareArticle?mini=true&url={{ site.url }}{{ include.url }}&title={{ include.title }}" rel="nofollow" target="_blank" title="Share on LinkedIn"> | ||
<img src="{{site.baseurl}}/assets/images/share-page/icons_social-linkedin.png"/> | ||
<i class="fa-brands fa-linkedin fa-xl"></i> | ||
</a> | ||
<a class="share-x" href="https://x.com/intent/tweet?text={{ include.title }}&url={{ site.url }}{{ include.url }}&via={{ site.twitter_username }}&related={{ site.twitter_username }}" rel="nofollow" target="_blank" title="Share on X"> | ||
<img src="{{site.baseurl}}/assets/images/share-page/icons_social-twitter.png"/> | ||
<i class="fa-brands fa-square-x-twitter fa-xl"></i> | ||
</a> | ||
<a class="share-facebook" href="https://facebook.com/sharer.php?u={{ site.url }}{{ include.url }}" rel="nofollow" target="_blank" title="Share on Facebook"> | ||
<img src="{{site.baseurl}}/assets/images/share-page/icons_social-facebook.png"/> | ||
<i class="fa-brands fa-square-facebook fa-xl"></i> | ||
</a> | ||
<a class="share-reddit" href="http://www.reddit.com/submit?url={{ site.url }}{{ include.url }}" onclick="window.open(this.href, 'pop-up', 'left=20,top=20,width=900,height=500,toolbar=1,resizable=0'); return false;" title="Share on Reddit" > | ||
<img src="{{site.baseurl}}/assets/images/share-page/icons_social-reddit.png"/> | ||
<i class="fa-brands fa-square-reddit fa-xl"></i> | ||
</a> | ||
<a class="share-email" href="mailto:?subject={{ include.title }}&body={{include.title}} {{ site.url }}{{ include.url }}" title="Share via Email" > | ||
<img src="{{site.baseurl}}/assets/images/share-page/icons_social-email.png"/> | ||
<i class="fa-solid fa-envelope fa-xl"></i> | ||
</a> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.