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>

View file

@ -85,7 +85,7 @@
<header>
<h1 class="typeout"># {{.Title}}</h1>
<p class="blog-author">by <a href="/blog?author={{.Author.DisplayName}}">{{.Author.DisplayName}} <img src="/img/favicon.png" alt="" aria-hidden="true" width="32" height="32"/></a></p>
<p class="blog-date">posted {{.PrintDate}}</p>
<p class="blog-date">Published {{.PrintDate}}</p>
</header>
<hr>
@ -110,6 +110,7 @@
</div>
{{.Likes}}
</a>
<!--
<a href="{{.BlueskyURL}}" class="button boosts" aria-label="{{.Boosts}} boosts">
<div class="dark-only">
<img src="/img/blog/boost-dark.svg" alt="" width="32" height="32">
@ -119,6 +120,7 @@
</div>
{{.Boosts}}
</a>
-->
<p class="comment-callout">
join the conversation on