Skip to content

Commit 85efb9d

Browse files
author
Owen Cassidy
committed
Fixed missing anchor end tags
1 parent 012bba7 commit 85efb9d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/theme/templates/blog/blog_post_list.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ <h3>Categories</h3>
5353
<span class="category Tech-link">
5454
<span class="category-text">Tech</span>
5555
</span>
56-
</span>
56+
</a>
5757
<a href="/blog/category/beta/">
5858
<span class="category Beta-link">
5959
<span class="category-text">Beta</span>
6060
</span>
61-
</span>
61+
</a>
6262
</div>
6363
</div>
6464
{% endblock %}
@@ -93,12 +93,12 @@ <h3>Categories</h3>
9393
<span class="category Tech-link">
9494
<span class="category-text">Tech</span>
9595
</span>
96-
</span>
96+
</a>
9797
<a href="/blog/category/beta/">
9898
<span class="category Beta-link">
9999
<span class="category-text">Beta</span>
100100
</span>
101-
</span>
101+
</a>
102102
</div>
103103
</div>
104104
{% endblock %}

0 commit comments

Comments
 (0)