diff --git a/layouts/index.html b/layouts/index.html index 914005d..8bf8ffe 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -31,6 +31,7 @@
+ {{ with .Site.Data.personalize.PostLimit }} {{ range first .Site.Data.personalize.PostLimit .Pages.ByPublishDate }}
{{ .Title }}
@@ -38,6 +39,7 @@

{{ end }} + {{ end }}

View all posts