From 191fb0c0aa31a5142f81ea6f7fcf253b10f0297c Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Sun, 28 Aug 2022 00:41:33 +0530 Subject: * Project Restructred * Adds Tailwind * Completed Intro Page, About, Posts Listing * Changes build and development scripts --- src/posts/index.njk | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'src/posts/index.njk') diff --git a/src/posts/index.njk b/src/posts/index.njk index cfa29b3..7cd0afc 100644 --- a/src/posts/index.njk +++ b/src/posts/index.njk @@ -3,18 +3,23 @@ layout: base.njk eleventyExcludeFromCollections: true title: Posts --- -

Posts

-
- {% for post in collections.posts %} +

Published Posts

+
+ {% for post in collections.posts | reverse %}
- -- cgit v1.2.3