diff --git a/content/postroll.md b/content/postroll.md index a9bcf96..d8831a6 100644 --- a/content/postroll.md +++ b/content/postroll.md @@ -4,4 +4,4 @@ description: Recently enjoyed blog posts layout: postroll --- -Inspired by [Jedda's Postroll](https://notes.jeddacp.com/postroll/), here is a rolling list of 30 blog posts that I've recently read and enjoyed. This list refreshes daily. \ No newline at end of file +Inspired by [Jedda's Postroll](https://notes.jeddacp.com/postroll/), here is an incomplete list of blog posts that I've read and enjoyed in the last 3 months. This list refreshes daily. \ No newline at end of file diff --git a/layouts/_default/postroll.html b/layouts/_default/postroll.html index 4362bfa..3a75922 100644 --- a/layouts/_default/postroll.html +++ b/layouts/_default/postroll.html @@ -13,11 +13,23 @@ {{ end }} {{ with $items.Ok }}{{ range . }} -
-

{{ .title }} by {{ .author }}

-

{{ .comment }}

+
+

{{ .title }} by {{ .author }}

+

{{ .comment }}

+

Added: {{ .dateadded }}

+
{{ end }}{{ end }} + {{ end }}