diff options
author | siddharth ravikumar <s@ricketyspace.net> | 2022-06-19 18:36:00 -0400 |
---|---|---|
committer | siddharth ravikumar <s@ricketyspace.net> | 2022-06-19 18:36:00 -0400 |
commit | 9b37bfa54c1a086ca7ec3c9aae8a3e54500ee0a0 (patch) | |
tree | 4b08981b9465da016962d1e3a7af83bcdde4b2f7 /main.go | |
parent | 24c206d9b0b3ed3cccbf44fd8df9fb89b0cfb61f (diff) |
peach: update `peachFS`
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ var peachAddr = "" // Holds static content. //go:embed templates static/peach.min.css //go:embed static/font/roboto-flex.ttf -//go:embed static/logo/peach.png +//go:embed static/logo/peach-*.png var peachFS embed.FS // HTML templates. |