♻️ Refactor: add underscore to partials and shortcodes directory names (#608)

This commit is contained in:
Cell
2025-06-19 12:29:30 +08:00
committed by GitHub
parent 6123eaac2c
commit a5614505bc
94 changed files with 3 additions and 3 deletions
+4
View 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 -}}