add a real article and keep messing with CSS/HTML
This commit is contained in:
10
_includes/taglist.html
Normal file
10
_includes/taglist.html
Normal file
@ -0,0 +1,10 @@
|
||||
Tags:
|
||||
{% if post.tags.size > 0 %}
|
||||
<i>
|
||||
{% for tag in post.tags limit: 6%}
|
||||
{{ tag }}
|
||||
{% endfor %}
|
||||
</i>
|
||||
{% else %}
|
||||
none
|
||||
{% endif %}
|
Reference in New Issue
Block a user