Skip to content

Commit

Permalink
Fix categories not showing at top of post summary (ScottLogic#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhcoll authored Nov 15, 2023
1 parent c64e6ab commit 6ca9acc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _includes/category_display.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{% assign post = include.post %}
{% assign read_more = include.read_more %}
{% assign found_category = "false" %}

<span class="category">
{% for post_category in post.categories | downcase %}
Expand Down

0 comments on commit 6ca9acc

Please sign in to comment.