about summary refs log tree commit diff stats
path: root/internal
diff options
context:
space:
mode:
authorAlan Pearce2025-03-19 20:03:44 +0100
committerAlan Pearce2025-03-19 20:03:44 +0100
commit6b342b83cedec82d240fc820d9696d3bb3eda8a2 (patch)
tree9b2e3e60dccf9dde20c513bde978b7520e43f4fc /internal
parentccb36bef2996c1c6519ff2e39973827bc42e2651 (diff)
downloadsearchix-6b342b83cedec82d240fc820d9696d3bb3eda8a2.tar.lz
searchix-6b342b83cedec82d240fc820d9696d3bb3eda8a2.tar.zst
searchix-6b342b83cedec82d240fc820d9696d3bb3eda8a2.zip
fix: detach version from rest of footer text
Diffstat (limited to 'internal')
-rw-r--r--internal/components/page.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/components/page.go b/internal/components/page.go
index 5cfa4ff..5c54572 100644
--- a/internal/components/page.go
+++ b/internal/components/page.go
@@ -93,6 +93,7 @@ func Page(tdata TemplateData, children ...g.Node) g.Node {
 								Href("https://git.sr.ht/~alanpearce/searchix/refs/"+config.Version),
 								g.Text(config.Version),
 							),
+							g.Text(" "),
 						}),
 					),
 					g.Text("Made by "),