Skip to content

Commit

Permalink
fix category link
Browse files Browse the repository at this point in the history
  • Loading branch information
tidusIO committed Jun 30, 2024
1 parent daf75c9 commit eb658b0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h1 class="header-post-title">{{ page.title }}</h1>
<p class="text-muted">
<small>
{% for category in page.categories %}
<a href="/kategorie/{{category}}/" class="badge bg-secondary text-bg-secondary text-uppercase">{{category}}</a>
<a href="/kategorie/{{category | downcase}}/" class="badge bg-secondary text-bg-secondary text-uppercase">{{category}}</a>
{% endfor %}
<span class="ms-1 me-1">|</span>
{{ page.author }}
Expand Down Expand Up @@ -89,7 +89,6 @@ <h1 class="header-post-title">{{ page.title }}</h1>
{% include shared/_post_author.html author=co_author %}
</div>
{% endif %}

</div>
</div>
</article>
Expand Down

0 comments on commit eb658b0

Please sign in to comment.