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;