hugo/helpers
bep 3ea4df35f2 Remove accents in URLs
So the taxonomy `Gérard Depardieu` gives paths on the form `gerard-depardieu`.

Unfortunately this introduces two imports from the `golang.org/`, but Unicode-normalization isn't something we'd want to write from scratch.

See https://blog.golang.org/normalization

See #1180
2015-05-31 20:30:45 +02:00
..
content.go
content_test.go
general.go Support Fish and Chips section 2015-05-28 23:05:17 +02:00
general_test.go Support Fish and Chips section 2015-05-28 23:05:17 +02:00
hugo.go
hugo_test.go
path.go Remove accents in URLs 2015-05-31 20:30:45 +02:00
path_test.go Remove accents in URLs 2015-05-31 20:30:45 +02:00
pygments.go
pygments_test.go
url.go
url_test.go