Strip leading whitespaces

This commit is contained in:
Salim B 2021-05-01 18:51:58 +02:00 committed by Bjørn Erik Pedersen
parent d61a580103
commit e9953751ec

View File

@ -4,7 +4,7 @@ Insert page `.Content` from a (headless) bundle; you can insert `.Content` from
Usage: {{< insertpages path="PATH/TO/MD_FILE" >}}
{{< insertpages path="PATH/TO/BUNDLE" glob="*_PATTERN.md" >}}
*/}} -->
{{ $path := .Get "path" -}}
{{- $path := .Get "path" -}}
{{ $glob := .Get "glob" -}}
{{ $scratch := newScratch -}}