blog style improvements; fix connection pool drain
This commit is contained in:
parent
0a75216aaf
commit
1d98a6fdca
8 changed files with 51 additions and 24 deletions
|
|
@ -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">• {{.PrintDate}}</span>
|
||||
<span class="blog-date">• {{.PrintShortDate}}</span>
|
||||
</p>
|
||||
{{if ne .Description ""}}
|
||||
<p class="blog-description">{{.Description}}</p>
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue