mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-28 06:30:33 +03:00
output: Rename HTMLType etc. to HTMLFormat
This commit is contained in:
parent
24c1770288
commit
09c88e84d1
11 changed files with 86 additions and 91 deletions
|
@ -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))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue