add feed_show_tags option
This commit is contained in:
parent
a0b2ccee84
commit
b492d72764
3 changed files with 6 additions and 1 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue