redesign 2023
This commit is contained in:
4
themes/FixIt/layouts/partials/function/path.html
Normal file
4
themes/FixIt/layouts/partials/function/path.html
Normal file
@ -0,0 +1,4 @@
|
||||
{{- /* https://discourse.gohugo.io/t/how-decode-urls-in-hugo/7549/4 */ -}}
|
||||
{{- $URL := partial "function/escapeurl.html" . -}}
|
||||
{{- $URL = $URL | urlize | urls.Parse -}}
|
||||
{{- return $URL.Path -}}
|
Reference in New Issue
Block a user