mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 23:38:53 +00:00
Strip leading whitespaces
This commit is contained in:
committed by
Bjørn Erik Pedersen
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 -}}
|
||||
|
||||
Reference in New Issue
Block a user