From 8a82cf05413082bee3c415a30a34f242474e55ec Mon Sep 17 00:00:00 2001 From: siddharth ravikumar Date: Sun, 19 Jun 2022 00:20:12 -0400 Subject: add logo in the footer --- main.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'main.go') 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. -- cgit v1.2.3