mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-24 21:56:05 +02:00
committed by
Bjørn Erik Pedersen
parent
a3af4fe46e
commit
86e8dd62f0
@@ -80,6 +80,8 @@ func GuessType(in string) string {
|
||||
return "rst"
|
||||
case "html", "htm":
|
||||
return "html"
|
||||
case "org":
|
||||
return "org"
|
||||
}
|
||||
|
||||
return "unknown"
|
||||
|
Reference in New Issue
Block a user