We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfb0489 commit b83d570Copy full SHA for b83d570
templates/blog-post.html
@@ -9,7 +9,7 @@ <h2 class="mb-0">{{ this.title }}</h2>
9
<p class="meta mt-0 mb-0"><span class="text-muted">Categories: </span>
10
{% if this.categories|length %}
11
{% for category in this.categories %}
12
- <a href="#">{{category}}</a>{{ "," if not loop.last}}
+ <a href="#">{{ category }}</a>{{ "," if not loop.last }}
13
{% endfor %}</p>
14
{% else %}
15
none
0 commit comments