1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2025-11-18 16:25:10 +00:00
Commit Graph

4 Commits

Author SHA1 Message Date
handlerug
9b610595bd Fix comments in static/static.go 2021-06-23 22:46:04 +07:00
handlerug
190a1d6ba8 Extract robots.txt into a file, simplify MIMEs 2021-06-23 22:44:27 +07:00
handlerug
d4ac58b2d8 Remove extraneous logging 2021-06-12 22:04:30 +07:00
handlerug
839f8bc2d6 New static files system
assets.qtpl is no more! Now you can just add files to static/ folder,
make sure the extension is registered in static.go (a shortcoming
that'll be addressed in future Go versions), and you're done! It
searches the local file system first, then falls back to the files
embedded with the binary (in the static/ folder).
2021-06-12 20:58:04 +07:00