mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-14 20:33:59 +02:00
Revert "Fix some Go code doc issues"
This reverts commit de7dd70bbc
.
Broke the code fence feat.
This commit is contained in:
@@ -85,7 +85,6 @@ func MakePathToLower(s string) string {
|
||||
return strings.ToLower(MakePath(s))
|
||||
}
|
||||
|
||||
// MakeTitle trims any space and replaces hypens with a single space.
|
||||
func MakeTitle(inpath string) string {
|
||||
return strings.Replace(strings.TrimSpace(inpath), "-", " ", -1)
|
||||
}
|
||||
|
Reference in New Issue
Block a user