new blog post!!! also some small tweaks to css

This commit is contained in:
sel 2026-06-25 21:17:11 +02:00
parent 395eaf1333
commit 7606669394
Signed by: sel
SSH key fingerprint: SHA256:33R/4Rx5Lu4o81LyJyXdMrmP5CJ6j7j1Soo0Dn7mKc0
17 changed files with 239 additions and 9 deletions

View file

@ -2,12 +2,14 @@
<section class="highlighted">
<h1>{{ .Title }}</h1>
<p>{{ .Summary }}</p>
{{ $dateMachine := .Date | time.Format "2006-01-02T15:04:05-07:00" }}
{{ $dateHuman := .Date | time.Format "2006-01-02, 15:04 -07:00" }}
<p class="date"><time datetime="{{ $dateMachine }}">{{ $dateHuman }}</time></p>
</section>
<section>
<section class="content">
{{ .Content }}
</section>