fix: button styles
This commit is contained in:
parent
9d14995f3e
commit
ffd281b1bd
5 changed files with 13 additions and 21 deletions
|
@ -3,7 +3,7 @@
|
|||
{% if tag != "posts" %}
|
||||
<a href="/tags/{{ tag }}">
|
||||
<div
|
||||
class="tag--button tag--button__small"
|
||||
class="pill--button pill--button__small"
|
||||
data-pagefind-filter="tags">{{ tag }}</div>
|
||||
</a>
|
||||
{% endif %}
|
||||
|
|
Reference in a new issue