hugo-theme-relearn/layouts/partials/indent.html

3 lines
186 B
HTML
Raw Normal View History

2023-10-10 21:40:34 +00:00
{{- $content := .content }}
{{- $indention := .indention }}
{{- replaceRE "(\\r\\n|\\r|\\n)" (printf "$1%s" $indention) (replaceRE "^" $indention (trim $content " \n\r\t")) | safeHTML }}