From 21aa852f3d597cd0d617ecb36694b97ee830dbdf Mon Sep 17 00:00:00 2001 From: Patrick Cartlidge Date: Fri, 17 May 2024 21:14:34 +0100 Subject: [PATCH] add link to the RSS feed which this site has had all along lmao --- content/index.njk | 5 +++++ public/css/index.css | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/content/index.njk b/content/index.njk index 96b7004..ebc3ede 100644 --- a/content/index.njk +++ b/content/index.njk @@ -5,5 +5,10 @@ eleventyNavigation: order: 1 numberOfLatestPostsToShow: 3 --- + + + {% set postslist = collections.posts %} {% include "postslist.njk" %} diff --git a/public/css/index.css b/public/css/index.css index c0de31a..97ed0c8 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -318,6 +318,10 @@ ul li { font-size: 1.5em; } +.rss-feed-link-container { + text-align: center; +} + /* form */ .mailing-list-container { @@ -454,7 +458,6 @@ input[type="radio"]+label:before { width: 15px; } - .work__links-container { display: flex; flex-direction: column;