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

github.com/schollz/onetwothree.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZack <zack.scholl@gmail.com>2019-09-16 19:17:43 +0300
committerGitHub <noreply@github.com>2019-09-16 19:17:43 +0300
commita09e6530494c304c9081d06f6db4925a589d4b40 (patch)
treefc1f583ff10ac5e658d7eb3396793bc20ae3c19b
parentad62d40429bec75eeb2e1d8d9c3d29970b03d567 (diff)
parent0dad5c4bead311ab2a21805afa64443f419b4d31 (diff)
Merge pull request #12 from kartikynwa/schollzHEADmaster
Fix homepage for hugo>=0.58.0
-rw-r--r--layouts/partials/middle.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/middle.html b/layouts/partials/middle.html
index 2e1d531..2942971 100644
--- a/layouts/partials/middle.html
+++ b/layouts/partials/middle.html
@@ -3,7 +3,7 @@
<div class="content">
<h1>{{ title .Data.Term }} posts</h1>
- {{ range first 100000 .Pages }}
+ {{ range first 100000 .Site.RegularPages }}
{{ if eq .Type "post"}}
<p>
<aside>{{ .Date.Format "January 2, 2006"}}