diff --git a/layouts/index.html b/layouts/index.html index 69f47f8..c477ed1 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -90,6 +90,10 @@
Recipe: {{ .Title }}
{{ end }} + {{ $items := (where site.RegularPages "Type" "postroll").ByDate }} + {{ range last 1 $items }} +Outside Post Read: {{ .Title }}
+ {{ end }}