From 2397230ea1be8661c208215e93f0ec765d15e6ef Mon Sep 17 00:00:00 2001 From: Ethan Gardner Date: Mon, 9 Jan 2023 11:59:43 -0500 Subject: [PATCH] postlist style --- _includes/articleslist.njk | 6 ++++-- src/css/app.css | 1 + src/css/base/global.css | 12 ++++++------ src/css/components/postlist.css | 5 +++++ 4 files changed, 16 insertions(+), 8 deletions(-) create mode 100644 src/css/components/postlist.css diff --git a/_includes/articleslist.njk b/_includes/articleslist.njk index 2e945f8..f5452d3 100644 --- a/_includes/articleslist.njk +++ b/_includes/articleslist.njk @@ -1,7 +1,9 @@ -
    +
      {% for post in postslist | reverse %}
    1. - {% if post.data.title %}{{ post.data.title }}{% else %}{{ post.url }}{% endif %} +

      + {% if post.data.title %}{{ post.data.title }}{% else %}{{ post.url }}{% endif %} +