mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-25 07:48:54 +00:00
3 lines
132 B
HTML
3 lines
132 B
HTML
{{- /* Trim whitespace from the beginning and end of a string */ -}}
|
|
{{- return (. | replaceRE `[\s]+` " " | strings.TrimSpace) -}}
|