From 94b7ade82ad362676e847b858de59ea1ff9c802a Mon Sep 17 00:00:00 2001 From: Ethan Gardner Date: Fri, 6 Jan 2023 14:24:43 -0500 Subject: [PATCH] tag list structure --- _includes/articleslist.njk | 6 +++++- _includes/layouts/article.njk | 4 ++-- tags-list.njk | 4 ++-- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/_includes/articleslist.njk b/_includes/articleslist.njk index 285cbb0..87ffd2f 100644 --- a/_includes/articleslist.njk +++ b/_includes/articleslist.njk @@ -3,10 +3,14 @@
  • {% if post.data.title %}{{ post.data.title }}{% else %}{{ post.url }}{% endif %} +
  • {% endfor %} diff --git a/_includes/layouts/article.njk b/_includes/layouts/article.njk index 83b7b2e..bb3ab7e 100644 --- a/_includes/layouts/article.njk +++ b/_includes/layouts/article.njk @@ -10,8 +10,8 @@ templateClass: tmpl-article diff --git a/tags-list.njk b/tags-list.njk index 29c2abc..a966d3b 100644 --- a/tags-list.njk +++ b/tags-list.njk @@ -7,8 +7,8 @@ layout: layouts/home.njk