Skip to content

Commit

Permalink
Update social-share.html
Browse files Browse the repository at this point in the history
  • Loading branch information
strasser authored Oct 23, 2024
1 parent eb49a28 commit 29f6a5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/social-share.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% include base_path %}

<section class="page__share">
%<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 %}
Expand All @@ -12,4 +12,4 @@ <h4 class="page__share-title">{{ site.data.ui-text[site.locale].share_on_label |
<a href="https://plus.google.com/share?url={{ base_path }}{{ page.url }}" class="btn btn--google-plus" title="{{ site.data.ui-text[site.locale].share_on_label | default: 'Share on' }} Google Plus"><i class="fa fa-fw fa-google-plus" aria-hidden="true"></i><span> Google+</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="fa fa-fw fa-linkedin" aria-hidden="true"></i><span> LinkedIn</span></a>
</section>
</section>%

0 comments on commit 29f6a5a

Please sign in to comment.