feat: update version 3 post

This commit is contained in:
Devin Haska 2024-03-03 18:15:23 -08:00
parent bc728a3b8c
commit ec53da11c2
5 changed files with 108 additions and 7 deletions

View file

@ -7,7 +7,8 @@ layout: "layouts/base"
<header class="[ flow flow-space-1 mb-2 ]">
{{ format(page.date) }}
<h1>{{ title }}</h1>
<ul class="[ categories ] [ cluster list-none p-0 ]">
<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>