mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-17 21:45:07 -04:00
Strip leading whitespaces
This commit is contained in:
parent
d61a580103
commit
e9953751ec
@ -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 -}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user