avoid handling a redirect from slug to slug/
authorelij <elij@wundrd.net>
Fri, 16 Aug 2013 20:14:20 +0000 (13:14 -0700)
committerelij <elij@wundrd.net>
Fri, 16 Aug 2013 20:14:20 +0000 (13:14 -0700)
commitb9e835b1012350d5b043568b126a90a316ca50cd
treec47f9f459f4e7240cc3c30dd3cc94491fdf0c351
parent3c3fc45d3c34a7dcd1a0e9fd2636e7a5c5933e03
avoid handling a redirect from slug to slug/

because the url lacks a trailing /, many webservers will issue a
redirect to the canonical url with trailing slash for directory index
w/index.htm(l).
Append a slash to avoid this.
hugolib/page.go