From ff11d9e237e51a5eb40690e44f690108ac7175b7 Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Sun, 20 Nov 2022 04:59:39 +0530 Subject: Website Update * Full Rewrite * Removed Tailwind CSS * Stripdowned to barebone css --- src/posts/index.njk | 31 ++++++++++++------------------- 1 file changed, 12 insertions(+), 19 deletions(-) (limited to 'src/posts/index.njk') diff --git a/src/posts/index.njk b/src/posts/index.njk index 1525a26..9e80d84 100644 --- a/src/posts/index.njk +++ b/src/posts/index.njk @@ -3,22 +3,15 @@ layout: base.njk eleventyExcludeFromCollections: true title: Posts --- -

Published Posts

-
- {% for post in collections.posts | reverse %} -
- -
- {{post.data.title}} -
-
- {% else %} -
- No Posts - ¯\_(ツ)_/¯ -
- {% endfor %} - -
\ No newline at end of file +

Published Posts

+ +{% for dateP, yearPosts in collections.postsByYear %} +
+

{{ dateP }}

+ +
+{% endfor %} \ No newline at end of file -- cgit v1.2.3