summaryrefslogtreecommitdiffstats
path: root/main.go
diff options
context:
space:
mode:
authorsiddharth ravikumar <s@ricketyspace.net>2022-06-19 00:20:12 -0400
committersiddharth ravikumar <s@ricketyspace.net>2022-06-19 00:20:12 -0400
commit8a82cf05413082bee3c415a30a34f242474e55ec (patch)
tree3cc7be86f5044dad059bd2ab0cc6053ea87ae2a4 /main.go
parente4bac4e3fdf10d684227be2fa852e319cb201f27 (diff)
add logo in the footer
Diffstat (limited to 'main.go')
-rw-r--r--main.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/main.go b/main.go
index b5fbed8..5040f66 100644
--- a/main.go
+++ b/main.go
@@ -26,7 +26,9 @@ var peachPort = flag.Int("p", 8151, "Port to run peach on")
var peachAddr = ""
// Holds static content.
-//go:embed templates static/peach.min.css static/font/roboto-flex.ttf
+//go:embed templates static/peach.min.css
+//go:embed static/font/roboto-flex.ttf
+//go:embed static/logo/peach.png
var peachFS embed.FS
// HTML templates.