blog style improvements; fix connection pool drain

This commit is contained in:
ari melody 2025-11-08 18:42:02 +00:00
parent 0a75216aaf
commit 1d98a6fdca
Signed by: ari
GPG key ID: CF99829C92678188
8 changed files with 51 additions and 24 deletions

View file

@ -34,7 +34,7 @@
<h3 class="blog-title"><a href="/blog/{{.ID}}">{{.Title}}</a></h3>
<p class="blog-meta">
<span class="blog-author"><img src="/img/favicon.png" alt="" width="32" height="32"/> {{.Author.DisplayName}}</span>
<span class="blog-date">&bull; {{.PrintDate}}</span>
<span class="blog-date">&bull; {{.PrintShortDate}}</span>
</p>
{{if ne .Description ""}}
<p class="blog-description">{{.Description}}</p>