From 49383758f99b6a25481ad0acb0762f05368c36bc Mon Sep 17 00:00:00 2001 From: Ava Gaiety W Date: Wed, 13 Sep 2023 11:43:39 -0400 Subject: [PATCH] reverse TIL ordering, add underlines --- _includes/tilindexlayout.njk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/tilindexlayout.njk b/_includes/tilindexlayout.njk index 59e53bc..f576f4c 100644 --- a/_includes/tilindexlayout.njk +++ b/_includes/tilindexlayout.njk @@ -3,9 +3,9 @@ {% block main %}

Inspired by Lee Byron's TIL entry log to learn in public.

- {%- for post in collections.tils -%} + {%- for post in collections.tils | reverse -%}