Skip to content

Commit

Permalink
Fix color of collaboration label in post footer
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkudrna committed Apr 24, 2024
1 parent 360d3cc commit 7e42eb1
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion post.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,15 @@
<ul class="list-unstyled list-inline spacing-bottom-none">
{{#foreach tags from=2}}
<li>
<a href="{{url}}" class="label">{{name}}</a>
<a
href="{{url}}"
class="
label
{{#has slug="spoluprace"}}
label--warning
{{/has}}
"
>{{name}}</a>
</li>
{{/foreach}}
</ul>
Expand Down

0 comments on commit 7e42eb1

Please sign in to comment.