Skip to content

Commit b83d570

Browse files
committed
add space between curly brace and text
1 parent bfb0489 commit b83d570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/blog-post.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ <h2 class="mb-0">{{ this.title }}</h2>
99
<p class="meta mt-0 mb-0"><span class="text-muted">Categories: </span>
1010
{% if this.categories|length %}
1111
{% for category in this.categories %}
12-
<a href="#">{{category}}</a>{{ "," if not loop.last}}
12+
<a href="#">{{ category }}</a>{{ "," if not loop.last }}
1313
{% endfor %}</p>
1414
{% else %}
1515
none

0 commit comments

Comments
 (0)