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

github.com/de-souza/hugo-flex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--layouts/index.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 5686006..c3425e5 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -5,9 +5,7 @@
the page, effectively pre-rendering all their shortcodes. Afterwards,
when a shortcode contains a "css" or a "js" entry in their local
.Scratch variable, the content of this entry is merged to the content
- of the corresponding entry in the global .Scratch variable. These
- resources are then loaded in the head of the page from the global
- .Scratch variable (see layout baseof.html).
+ of the corresponding entry in the global .Scratch variable.
*/}}
{{ $paginator := where site.RegularPages "Type" "in" site.Params.mainSections | .Paginate }}
{{ range $paginator.Pages }}