diff --git a/blog/layouts/index.html b/blog/layouts/index.html index 4b9674e8..9d86a39b 100644 --- a/blog/layouts/index.html +++ b/blog/layouts/index.html @@ -28,7 +28,10 @@
Exceptions
- {{ range first 4 (after 8 (where .Site.Pages.ByDate "Section" "post")) }} + {{ range first 1 (after 9 (where .Site.Pages.ByDate "Section" "post")) }} + {{ .Render "teaser" }} + {{ end }} + {{ range first 1 (after 8 (where .Site.Pages.ByDate "Section" "post")) }} {{ .Render "teaser" }} {{ end }}