- commit
- fb1aed0
- parent
- 8c240da
- author
- Eric Bower
- date
- 2024-06-26 18:48:04 +0000 UTC
style: blockquote for post description
1 files changed,
+1,
-1
+1,
-1
1@@ -54,7 +54,7 @@
2 <time datetime="{{.PublishAtISO}}">{{.PublishAt}}</time>
3 <span>·<span>
4 <a href="{{.BlogURL}}">{{.BlogName}}</a></p>
5- {{if .Description}}<div class="my font-italic">{{.Description}}</div>{{end}}
6+ {{if .Description}}<blockquote class="font-italic">{{.Description}}</blockquote>{{end}}
7 <div class="tags">
8 {{range .Tags}}
9 <a class="tag" href="{{$.BlogURL}}?tag={{.}}">#{{.}}</a>