feat: title on pages
This commit is contained in:
@@ -30,6 +30,7 @@ func (s *Service) getMime(path string) (mimeType string, err error) {
|
||||
|
||||
if mimer, ok := info.(interface{ ContentType() string }); ok {
|
||||
mimeType = mimer.ContentType()
|
||||
return
|
||||
}
|
||||
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user