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:
authorde-souza <43355143+de-souza@users.noreply.github.com>2019-11-16 02:34:42 +0300
committerde-souza <43355143+de-souza@users.noreply.github.com>2019-11-16 02:34:42 +0300
commit26e7d44caf223b2aa30d4199f84af5a77646525b (patch)
treee244d4c09425e6e1cbc42574b817dcd47f59c017
parent7943e869e406dff965e2e5cea4639ad904c8a83b (diff)
Remove unneccesary description
-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 }}