From 2a9ce387a57100306149ae1998b1c9b0e6871678 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Mon, 28 Dec 2020 18:29:55 +0100 Subject: Export pages grouped by year as array instead of object --- templates/pagelistByYear.html | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'templates/pagelistByYear.html') diff --git a/templates/pagelistByYear.html b/templates/pagelistByYear.html index 758d45b..972bacc 100644 --- a/templates/pagelistByYear.html +++ b/templates/pagelistByYear.html @@ -1,12 +1,11 @@ $for(pages)$ - $for(it.by_year/pairs)$ -

$it.key$

- +$for(it.by_year)$ + +$endfor$ $endfor$ -- cgit v1.2.3-54-g00ecf