mirror of
https://github.com/netz39/www.netz39.de.git
synced 2025-01-18 20:10:12 +01:00
Turn off showing share buttons
This commit is contained in:
parent
c01b9d499c
commit
724a3135b3
3 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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 %}
|
||||
|
|
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue