diff options
Diffstat (limited to 'internal')
-rw-r--r-- | internal/components/page.go | 1 |
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 "), |