File tree 1 file changed +8
-4
lines changed
1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -34,10 +34,12 @@ layout: default
34
34
{% for tag in page .tags %}
35
35
{% if url_beginning == '/blog/' %}
36
36
<a href =" {{ tag | slugify | prepend: '/blog/tag/' | prepend: site .baseurl }}" > <i class =" fa-solid fa-hashtag fa-sm" ></i > {{ tag }}</a >
37
-   ;
38
37
{% else %}
39
- <i class =" fa-solid fa-hashtag fa-sm" ></i > {{ tag }} & nbsp ;
38
+ <i class =" fa-solid fa-hashtag fa-sm" ></i > {{ tag }}
40
39
{% endif %}
40
+ {% unless forloop .last %}
41
+   ;
42
+ {% endunless %}
41
43
{% endfor %}
42
44
{% endif %}
43
45
@@ -48,10 +50,12 @@ layout: default
48
50
<a href =" {{ category | slugify | prepend: '/blog/category/' | prepend: site .baseurl }}" >
49
51
<i class =" fa-solid fa-tag fa-sm" ></i > {{ category -}}
50
52
</a >
51
-   ;
52
53
{% else %}
53
- <i class =" fa-solid fa-tag fa-sm" ></i > {{ category }} & nbsp ;
54
+ <i class =" fa-solid fa-tag fa-sm" ></i > {{ category }}
54
55
{% endif %}
56
+ {% unless forloop .last %}
57
+   ;
58
+ {% endunless %}
55
59
{% endfor %}
56
60
{% endif %}
57
61
</p >
You can’t perform that action at this time.
0 commit comments