add a real article and keep messing with CSS/HTML

This commit is contained in:
2017-12-18 21:15:35 -08:00
parent f3a65eb0f4
commit 708e8a142b
10 changed files with 97 additions and 70 deletions

10
_includes/taglist.html Normal file
View 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 %}