_layouts/post.html in quattle-1.4.0 vs _layouts/post.html in quattle-1.5.0
- old
+ new
@@ -15,10 +15,10 @@
{% if post %}
{% assign categories = post.categories %}
{% else %}
{% assign categories = page.categories %}
{% endif %}
- {% if categories.size > 0 %}in{% endif %}
+ {% if categories.size > 0 %}•{% endif %}
{% for category in categories %}
<a href="{{site.baseurl}}/categories/#{{category|slugize}}">{{category}}</a>{% unless forloop.last %},{% endunless %}
{% endfor %}
{%- if page.last_modified_at -%}
<br><i>Last updated on: {{ page.last_modified_at | date_to_long_string: "ordinal", "US" }}</i>