Skip to content

Commit

Permalink
change article tag design
Browse files Browse the repository at this point in the history
  • Loading branch information
tidusIO committed Jun 25, 2024
1 parent b2b1e66 commit 0e68648
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,8 +25,7 @@ <h1 class="header-post-title">{{ page.title }}</h1>
<p class="text-muted">
<small>
{% for category in page.categories %}
<span class="text-uppercase">{{category}}</span>
{% unless forloop.last %}<span class="ms-1 me-1"></span>{% endunless %}
<span class="badge bg-secondary text-uppercase ">{{category}}</span>
{% endfor %}
<span class="ms-1 me-1">|</span>
{{ page.author }}
Expand Down

0 comments on commit 0e68648

Please sign in to comment.