Turn off showing share buttons

This commit is contained in:
MG-5 2023-11-01 13:07:42 +01:00
parent c01b9d499c
commit 724a3135b3
3 changed files with 7 additions and 0 deletions

View file

@ -15,6 +15,9 @@ header_feature_image_responsive: true
footer_text: >
Powered by <a href="https://jekyllrb.com/">Jekyll</a> with <a href="https://github.com/sylhare/Type-on-Strap">Type on Strap</a>
# Show share_buttons
share_buttons: false
# Blog
excerpt: true # Or "truncate" (first 250 characters), "false" to disable
post_navigation: true

View file

@ -24,7 +24,9 @@ layout: default
</section>
<!-- Social media shares -->
{% if site.share_buttons %}
{% include social/share_buttons.liquid %}
{% endif %}
<!-- Tag list -->
{% capture tag_list %}{{ page.tags | join: "|"}}{% endcapture %}

View file

@ -24,7 +24,9 @@ layout: default
</section>
<!-- Social media shares -->
{% if site.share_buttons %}
{% include social/share_buttons.liquid %}
{% endif %}
<!-- Tag list -->
{% capture tag_list %}{{ page.tags | join: "|"}}{% endcapture %}