summaryrefslogtreecommitdiff
path: root/internal/generator/theme_synthwave.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-04-11 09:20:40 +0300
committerPaul Buetow <paul@buetow.org>2026-04-11 09:20:40 +0300
commit73a41c7e2fab3a125ab318934b7d486744b66eb3 (patch)
tree141ff75483b014b83972dffc5571e278fbe91544 /internal/generator/theme_synthwave.go
parent150f8058d64e3e7545f3f81962441ed6d3a3ad9d (diff)
Update hosting text to 'Served by NetBSD on a Raspberry Pi 3' across all themes
Amp-Thread-ID: https://ampcode.com/threads/T-019d7b31-fd6a-7378-9eb0-fa080df2906d Co-authored-by: Amp <amp@ampcode.com>
Diffstat (limited to 'internal/generator/theme_synthwave.go')
-rw-r--r--internal/generator/theme_synthwave.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/generator/theme_synthwave.go b/internal/generator/theme_synthwave.go
index b33edc6..123af9b 100644
--- a/internal/generator/theme_synthwave.go
+++ b/internal/generator/theme_synthwave.go
@@ -141,7 +141,7 @@ const synthwaveTemplate = `<!DOCTYPE html>
<div class="logo-title">
<h1>snonux.foo</h1>
<p class="subtitle">microblog &mdash; <a href="https://foo.zone">foo.zone</a> is the real blog</p>
- <p class="logo-host">Site served by a Raspberry Pi 3</p>
+ <p class="logo-host">Served by NetBSD on a Raspberry Pi 3</p>
</div>
</div>
<div class="nav">
@@ -152,7 +152,7 @@ const synthwaveTemplate = `<!DOCTYPE html>
{{template "navhints" .}}
<div class="content" id="post-content">
{{range $i, $post := .Posts}}
- <div class="post" data-index="{{$i}}" onclick="selectPost({{$i}})">
+ <div class="post" id="post-{{$post.ID}}" data-index="{{$i}}">
<div class="post-header">
<div><strong>@snonux</strong></div>
<div class="post-time">{{$post.FormattedTime}}</div>