diff options
author | Bjørn Erik Pedersen <[email protected]> | 2017-03-25 19:36:50 +0100 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2017-03-27 15:43:56 +0200 |
commit | 09c88e84d196e6c0943b220cd6526d3473c530b6 (patch) | |
tree | 6bc3c0e7abe4c1d8d47b02a72e6dc855a2ad5d45 /helpers | |
parent | 24c1770288803bd7a344f5903dd4f03cccc6a8f0 (diff) | |
download | hugo-09c88e84d196e6c0943b220cd6526d3473c530b6.tar.gz hugo-09c88e84d196e6c0943b220cd6526d3473c530b6.zip |
output: Rename HTMLType etc. to HTMLFormat
Diffstat (limited to 'helpers')
-rw-r--r-- | helpers/url.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/helpers/url.go b/helpers/url.go index 445302123..9c1a643cc 100644 --- a/helpers/url.go +++ b/helpers/url.go @@ -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)) } |