mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
30a20122b7
# Conflicts: # docs/data/docs.yaml
549 B
549 B
title, description, categories, keywords, params
| title | description | categories | keywords | params | |||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| urls.PathEscape | Returns the given string, replacing all percent-encoded sequences with the corresponding unescaped characters. |
|
{{< new-in v0.153.0 />}}
The urls.PathEscape function does the inverse transformation of urls.PathUnescape.
{{ urls.PathEscape "A/b/c?d=é&f=g+h" }} → A%2Fb%2Fc%3Fd=%C3%A9&f=g+h