m2.nz/themes/LoveIt/layouts/partials/function/path.html

4 lines
140 B
HTML
Raw Normal View History

2022-05-08 06:47:31 +00:00
{{- /* https://discourse.gohugo.io/t/how-decode-urls-in-hugo/7549/4 */ -}}
{{- $URL := . | urlize | urls.Parse -}}
{{- return $URL.Path -}}