Merge pull request #60 from netz39/turn-off-share-buttons

Turn off showing share buttons
This commit is contained in:
Max 2023-11-01 15:03:36 +01:00 committed by GitHub
commit f051e1b9f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 %}