Files
joshuafhiggins.github.io/themes/LoveIt/layouts/partials/function/path.html
2023-04-09 00:19:14 -04:00

4 lines
140 B
HTML

{{- /* https://discourse.gohugo.io/t/how-decode-urls-in-hugo/7549/4 */ -}}
{{- $URL := . | urlize | urls.Parse -}}
{{- return $URL.Path -}}