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 @@

{{.Title}}

{{ partial "nav.html" . }}
- {{ range (.Paginate ( first 100 .Pages.ByPublishDate.Reverse )).Pages }} + {{ range (.Paginate ( first 100 .Site.RegularPages.ByPublishDate.Reverse )).Pages }}

➔ {{ .Title }}