From 09c88e84d196e6c0943b220cd6526d3473c530b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Sat, 25 Mar 2017 19:36:50 +0100 Subject: output: Rename HTMLType etc. to HTMLFormat --- helpers/url.go | 1 - 1 file changed, 1 deletion(-) (limited to 'helpers') 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)) } -- cgit v1.2.3