repos / pico

pico services mono repo
git clone https://github.com/picosh/pico.git

commit
5e4c326
parent
92cd9b0
author
Eric Bower
date
2026-01-16 15:55:57 -0500 EST
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}}