mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-14 20:33:59 +02:00
output: Rename HTMLType etc. to HTMLFormat
This commit is contained in:
@@ -317,7 +317,6 @@ func (p *PathSpec) PrependBasePath(rel string) string {
|
||||
|
||||
// URLizeAndPrep applies misc sanitation to the given URL to get it in line
|
||||
// with the Hugo standard.
|
||||
// TODO(bep) output check usage
|
||||
func (p *PathSpec) URLizeAndPrep(in string) string {
|
||||
return p.URLPrep(p.URLize(in))
|
||||
}
|
||||
|
Reference in New Issue
Block a user