From 1593953d4858edc9201e8a953ccce92e8ee1d467 Mon Sep 17 00:00:00 2001 From: Brandon Rozek Date: Sun, 5 Jan 2025 12:47:07 -0500 Subject: [PATCH] Redesigned postroll page --- content/postroll.md | 2 +- layouts/_default/postroll.html | 18 +++++++++++++++--- 2 files changed, 16 insertions(+), 4 deletions(-) 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 }}