feat: add new button style, update nav
This commit is contained in:
parent
4b58c53060
commit
72b80f7e8f
14 changed files with 132 additions and 60 deletions
|
@ -10,8 +10,10 @@ layout: "layouts/base"
|
|||
<p class="[ text-skew text-fadeText flow-space-0.25 ]">{{ excerpt }}</p>
|
||||
<ul class="[ categories ] [ cluster list-none p-0 flow-space-2 line-height-m ]">
|
||||
{% for tag in tags | filter(["post"]) %}
|
||||
<li class="[ flex gap-0.25 ]">
|
||||
<a href="/tags/{{ tag | slugify }}">{{ tag }}</a>
|
||||
<li>
|
||||
<a class="[ button ]" href="/tags/{{ tag | slugify }}">
|
||||
{% include "svgs/frame.svg" %}
|
||||
{{ tag }}</a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue