redesign 2023
This commit is contained in:
6
themes/FixIt/layouts/partials/function/escapeurl.html
Normal file
6
themes/FixIt/layouts/partials/function/escapeurl.html
Normal file
@ -0,0 +1,6 @@
|
||||
{{- /* Escape url special characters to query format, e.g: `#` -> `%23` */ -}}
|
||||
{{- /* https://github.com/hugo-fixit/FixIt/issues/245 */ -}}
|
||||
|
||||
{{- $content := . -}}
|
||||
{{- $content = replace $content "#" "%23" -}}
|
||||
{{- return $content -}}
|
Reference in New Issue
Block a user