Commit 5e4c326

Eric Bower  ·  2026-01-16 15:55:57 -0500 EST
parent 92cd9b0
style(prose): margin on the tags section
1 files changed,  +1, -1
M pkg/apps/prose/html/post.page.tmpl
+1, -1
1@@ -71,7 +71,7 @@
2           {{.Contents}}
3         {{end}}
4 
5-        <div class="tags">
6+        <div class="tags mt-4">
7           {{range .Tags}}
8               <code class="pill tag"><a href="{{$.BlogURL}}?tag={{.}}">#{{.}}</a></code>
9           {{end}}