Welcome to mirror list, hosted at ThFree Co, Russian Federation.

path.html « function « partials « layouts - github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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 -}}