mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
♻️ Refactor: add underscore to partials and shortcodes directory names (#608)
This commit is contained in:
@@ -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