summaryrefslogtreecommitdiff
path: root/themes/LoveIt/layouts/partials/function/path.html
blob: ece426fe7f89d55ab88f3a42aa2a948a58a95d60 (plain)
1
2
3
{{- /* https://discourse.gohugo.io/t/how-decode-urls-in-hugo/7549/4 */ -}}
{{- $URL := . | urlize | urls.Parse -}}
{{- return $URL.Path -}}