- commit
- 426a64b
- parent
- 9b5a1b5
- author
- Eric Bower
- date
- 2022-08-18 01:39:04 +0000 UTC
fix: alignment in pastes blog view
1 files changed,
+1,
-1
+1,
-1
1@@ -36,7 +36,7 @@
2 <article>
3 <div class="flex items-center">
4 <time datetime="{{.PublishAtISO}}" class="font-italic text-sm post-date">{{.PublishAt}}</time>
5- <h2 class="font-bold flex-1"><a href="{{.URL}}">{{.Title}}</a></h2>
6+ <div class="font-bold flex-1"><a href="{{.URL}}">{{.Title}}</a></div>
7 </div>
8 </article>
9 {{end}}