- commit
- e68f97e
- parent
- a783a22
- author
- Eric Bower
- date
- 2024-05-10 20:28:59 +0000 UTC
style: blog posts spacing
1 files changed,
+1,
-1
+1,
-1
1@@ -27,7 +27,7 @@
2
3 <div class="posts">
4 {{range .Posts}}
5- <article class="my-2">
6+ <article class="my">
7 <div class="flex items-center">
8 <time datetime="{{.PublishAtISO}}" class="text-sm post-date">{{.PublishAt}}</time>
9 <span class="text-md flex-1"><a href="{{.URL}}">{{.Title}}</a></span>