all repos — homestead @ 5ca6e013dfd43d10cd32486df0e817d3679ca3dd

Code for my website

enable easier MIME type detection

Alan Pearce
commit

5ca6e013dfd43d10cd32486df0e817d3679ca3dd

parent

0c6f24968bf2ce9b83dd6897de1a1a554891401c

1 file changed, 1 insertion(+), 0 deletions(-)

changed files
M internal/storage/files/writer.gointernal/storage/files/writer.go
@@ -92,6 +92,7 @@
func (f *Files) NewFileFromPost(post *content.Post) *storage.File { return &storage.File{ Path: post.URL, + FSPath: pathNameToFileName(post.URL), Encodings: map[string]*buffer.Buffer{}, } }