From 24eb0d21648f890bf3508abcce0169aee15c4be8 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Mon, 26 Dec 2022 23:39:15 +0100 Subject: [PATCH] chg: [articles] include indexed pages in the article blog post page --- _pages/articles.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/_pages/articles.html b/_pages/articles.html index 1f63bbd..7883de8 100755 --- a/_pages/articles.html +++ b/_pages/articles.html @@ -3,6 +3,16 @@ layout: page title: Articles permalink: /articles/ --- +

Pages

+ +
+

Blog posts

{% for post in site.posts %} {% capture this_year %}{{ post.date | date: "%Y" }}{% endcapture %} {% capture next_year %}{{ post.previous.date | date: "%Y" }}{% endcapture %}