_layouts/post.html in spice-rack-0.2.0 vs _layouts/post.html in spice-rack-0.3.0
- old
+ new
@@ -11,12 +11,12 @@
{{ page.date | date: "%B" }}
{% case d %}{% when "1" or "21" or "31" %}{{ d }}st{% when "2" or "22" %}{{ d }}nd{% when "3" or "23" %}{{ d }}rd{% else %}{{ d }}th{% endcase %},
{{ page.date | date: "%Y" }}
{% endif %}
</p>
- <ul class="categories">
- {% for categories in page.categories %}
- <li class="category">{{ categories }}</li>
+ <ul class="tags">
+ {% for tags in page.tags %}
+ <li class="tag">{{ tags }}</li>
{% endfor %}
</ul>
</section>
<section class="post-content">
{{ content }}