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

github.com/davidhampgonsalves/hugo-black-and-light-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hamp-Gonsalves <davidhampgonsalves@gmail.com>2019-08-25 02:09:36 +0300
committerDavid Hamp-Gonsalves <davidhampgonsalves@gmail.com>2019-08-25 02:09:36 +0300
commit4168cd6deeb54e47ce2115b58a7b3ba149233165 (patch)
tree8c2a85925ca624b66704823ec8e51a76bbd6977f
parent6659e02d85bfec8b7bc582330ac5fa723253292f (diff)
support hugo 5.7
-rw-r--r--layouts/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 68e66b7..c7af68c 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -2,7 +2,7 @@
<section id=content>
<ul class=posts_listing>
- {{ range .Pages }}
+ {{ range .Site.RegularPages }}
<li>
<h2><a href="{{ .Permalink }}">{{ .Title }}</a></h2>
<div id=date>