add feed_show_tags option

This commit is contained in:
Dean Attali 2020-09-01 05:48:24 +00:00
parent a0b2ccee84
commit b492d72764
3 changed files with 6 additions and 1 deletions

View file

@ -76,7 +76,7 @@ layout: page
</div>
{% endunless %}
{% if post.tags.size > 0 %}
{% if site.feed_show_tags != false and post.tags.size > 0 %}
<div class="blog-tags">
Tags:
{% for tag in post.tags %}