Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugoDocs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSalim B <salim@posteo.de>2021-05-01 19:51:58 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-05-03 22:08:23 +0300
commite9953751ec34c47311d7a73e7038d5e6f52bd45b (patch)
tree5b8e3e3dc2fe4aaa8e75023881ca34348984993b
parentd61a5801033615fffa943eecbdcf2a55ce2fc0c4 (diff)
Strip leading whitespaces
-rw-r--r--layouts/shortcodes/insertpages.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/shortcodes/insertpages.html b/layouts/shortcodes/insertpages.html
index 74f726db1..a7cfc83fd 100644
--- a/layouts/shortcodes/insertpages.html
+++ b/layouts/shortcodes/insertpages.html
@@ -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 -}}