Add unicode support for aliases, indexes, urlize template filter.
authorAnton Ageev <antage@gmail.com>
Sun, 2 Feb 2014 14:18:01 +0000 (18:18 +0400)
committerspf13 <steve.francia@gmail.com>
Wed, 5 Feb 2014 16:49:57 +0000 (11:49 -0500)
commit11ca84f8cb19f01b7977b549e63e0ce0d126054e
tree2b6c1d554b0abeef47f08edaad49cbca5d4d80ba
parent24ffe04360f337c7b189df52b9a7c22683ef395e
Add unicode support for aliases, indexes, urlize template filter.
Now aliases and indexes are not restricted ASCII letters and can include
any unicode letters.
helpers/templates.go
helpers/templates_test.go [new file with mode: 0644]
hugolib/index.go
target/alias_test.go
target/htmlredirect.go