mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
4 lines
140 B
HTML
4 lines
140 B
HTML
{{- /* https://discourse.gohugo.io/t/how-decode-urls-in-hugo/7549/4 */ -}}
|
|
{{- $URL := . | urlize | urls.Parse -}}
|
|
{{- return $URL.Path -}}
|