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
+1, -1
......@@ -71,7 +71,7 @@
7171 {{.Contents}}
7272 {{end}}
7373
74- <div class="tags">
74+ <div class="tags mt-4">
7575 {{range .Tags}}
7676 <code class="pill tag"><a href="{{$.BlogURL}}?tag={{.}}">#{{.}}</a></code>
7777 {{end}}