Adapt to relative path bug fix in purell
authorAnthony Fok <foka@debian.org>
Mon, 16 Feb 2015 18:26:54 +0000 (11:26 -0700)
committerspf13 <steve.francia@gmail.com>
Tue, 17 Feb 2015 17:31:39 +0000 (12:31 -0500)
commitc4393257e804804b5e1db5ea82fc24ddf68255b4
treec2ca7406ab478189217de24fcf3ccfe0aba6f058
parent41c0e82f95706eea320d75e759256627702237e6
Adapt to relative path bug fix in purell

Temporary workaround for the bug fix and resulting
behavioral change in purell.NormalizeURLString():
a leading '/' was inadvertently to relative links,
but no longer, see #878.

I think the real solution is to allow Hugo to
make relative URL with relative path,
e.g. "../../post/hello-again/", as wished by users
in issues #157, #622, etc., without forcing
relative URLs to begin with '/'.
Once the fixes are in, let's remove this kludge
and restore SanitizeUrl() to the way it was.

Fixes #878
helpers/url.go