From 2cacd8e33336aa6bcd0f7a749ab9dc83e597aabd Mon Sep 17 00:00:00 2001 From: Jan-Erik Rediger Date: Mon, 2 Jan 2023 14:23:18 +0100 Subject: [PATCH] It's 2023! --- posts.liquid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts.liquid b/posts.liquid index 66339eb..8928b06 100644 --- a/posts.liquid +++ b/posts.liquid @@ -8,7 +8,7 @@ data: Post by tag -{% assign years = "2022, 2021, 2020, 2019, 2018, 2017, 2016, 2015, 2014, 2013, 2012, 2011" | split: ", " %} +{% assign years = "2023, 2022, 2021, 2020, 2019, 2018, 2017, 2016, 2015, 2014, 2013, 2012, 2011" | split: ", " %} {% for year in years -%}