diff options
author | Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com> | 2017-03-25 16:09:56 +0100 |
---|---|---|
committer | Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com> | 2017-03-27 15:43:56 +0200 |
commit | ee75e2999b66bd9f258a241c487b6677cf2fa071 (patch) | |
tree | c819912b6f68b4d6f96f22a40dab81893ba21984 /helpers/url.go | |
parent | 15b64d51da48807c5f896f17b33d8c0d054c9461 (diff) | |
download | hugo-ee75e2999b66bd9f258a241c487b6677cf2fa071.tar.gz hugo-ee75e2999b66bd9f258a241c487b6677cf2fa071.zip |
Remove the now superflous defaultExtension
And some other unsed fields and methods.
Diffstat (limited to 'helpers/url.go')
-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 defde6a17..445302123 100644 --- a/helpers/url.go +++ b/helpers/url.go @@ -129,7 +129,6 @@ func (p *PathSpec) URLEscape(uri string) string { // base: http://spf13.com/ // path: post/how-i-blog // result: http://spf13.com/post/how-i-blog -// TODO(bep) output check why this is still in use. func MakePermalink(host, plink string) *url.URL { base, err := url.Parse(host) |