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

github.com/it-gro/hugo-theme-w3css-basic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorit-gro <13005925+it-gro@users.noreply.github.com>2019-08-16 01:07:18 +0300
committerit-gro <13005925+it-gro@users.noreply.github.com>2019-08-16 01:07:18 +0300
commit5770642eb0e29a2f31b19e669fb20101540c79cc (patch)
tree8d9b2696fdb1cf2eda5889977c0bf8905e7b5b2f
parent6a157d9d8f21700ffc633936754739a5946d6fd1 (diff)
wip
-rw-r--r--layouts/pages/list.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/layouts/pages/list.html b/layouts/pages/list.html
index ab5504c..572278f 100644
--- a/layouts/pages/list.html
+++ b/layouts/pages/list.html
@@ -20,7 +20,8 @@
<div id='PagesListContainer' class=' {{ default `w3-theme-l4` ($.Site.Param `colorPagesListContainer`)}} '>
{{/*- range $index, $element := sort .Data.Pages `.weight` */}}
- {{- range $index, $element := .Data.Pages.ByWeight }}
+ {{/*- range $index, $element := .Data.Pages.ByWeight */}}
+ {{- range $index, $element := .RegularPages.ByWeight }}
{{- if eq (mod $index 3) 0 }}
{{- if or $.Site.Params.debug (findRE `\bhtml-comment\b` $.Site.Params.traceFlags) }}
{{ `<!-- modulo 0 -->` | safeHTML }}