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

github.com/guangmean/Niello.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorguangmean <angularcorp@outlook.com>2019-08-17 04:34:08 +0300
committerguangmean <angularcorp@outlook.com>2019-08-17 04:34:08 +0300
commitcc55110be275cb7ab6d0b19583afbb9a3433ad2a (patch)
tree055beaa3ad11e800045bb8d85fa413e4a2d1c69f
parent16250eddc7bcb7d326b404e39ed92bc26f598731 (diff)
Update index.html
Fixed the Demos with empty homepage and/or wrong posts list in Hugo 0.57.1
-rw-r--r--layouts/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 4d7f321..bf46c18 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -17,7 +17,7 @@
</div>
{{ partial "nav.html" . }}
<div>
- {{ range (.Paginate ( first 100 .Pages.ByPublishDate.Reverse )).Pages }}
+ {{ range (.Paginate ( first 100 .Site.RegularPages.ByPublishDate.Reverse )).Pages }}
<article>
<h3><a href="{{ .RelPermalink }}">&#10132; {{ .Title }}</a></h3>
<div class="less">