mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-14 10:56:16 +01:00
3 lines
140 B
HTML
3 lines
140 B
HTML
{{- /* https://discourse.gohugo.io/t/how-decode-urls-in-hugo/7549/4 */ -}}
|
|
{{- $URL := . | urlize | urls.Parse -}}
|
|
{{- return $URL.Path -}}
|