mirror of
https://github.com/netz39/www.netz39.de.git
synced 2025-01-19 04:20:10 +01:00
Merge pull request #60 from netz39/turn-off-share-buttons
Turn off showing share buttons
This commit is contained in:
commit
f051e1b9f9
3 changed files with 7 additions and 0 deletions
|
@ -15,6 +15,9 @@ header_feature_image_responsive: true
|
||||||
footer_text: >
|
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>
|
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
|
# Blog
|
||||||
excerpt: true # Or "truncate" (first 250 characters), "false" to disable
|
excerpt: true # Or "truncate" (first 250 characters), "false" to disable
|
||||||
post_navigation: true
|
post_navigation: true
|
||||||
|
|
|
@ -24,7 +24,9 @@ layout: default
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<!-- Social media shares -->
|
<!-- Social media shares -->
|
||||||
|
{% if site.share_buttons %}
|
||||||
{% include social/share_buttons.liquid %}
|
{% include social/share_buttons.liquid %}
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
<!-- Tag list -->
|
<!-- Tag list -->
|
||||||
{% capture tag_list %}{{ page.tags | join: "|"}}{% endcapture %}
|
{% capture tag_list %}{{ page.tags | join: "|"}}{% endcapture %}
|
||||||
|
|
|
@ -24,7 +24,9 @@ layout: default
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<!-- Social media shares -->
|
<!-- Social media shares -->
|
||||||
|
{% if site.share_buttons %}
|
||||||
{% include social/share_buttons.liquid %}
|
{% include social/share_buttons.liquid %}
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
<!-- Tag list -->
|
<!-- Tag list -->
|
||||||
{% capture tag_list %}{{ page.tags | join: "|"}}{% endcapture %}
|
{% capture tag_list %}{{ page.tags | join: "|"}}{% endcapture %}
|
||||||
|
|
Loading…
Reference in a new issue