diff options
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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. |