From 470bd2158a7e32d901fc59eeb52edca54b091c2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yaroslav=20de=20la=20Pe=C3=B1a=20Smirnov?= Date: Sun, 11 Sep 2022 04:16:00 +0300 Subject: Hack the archives so that they work with newer versions of zola. --- content/weblog_archive.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 content/weblog_archive.md (limited to 'content/weblog_archive.md') diff --git a/content/weblog_archive.md b/content/weblog_archive.md new file mode 100644 index 0000000..555db87 --- /dev/null +++ b/content/weblog_archive.md @@ -0,0 +1,7 @@ ++++ +sort_by = "date" +template = "weblog_archive.html" +paginate_by = 0 +path="weblog/archive" ++++ + -- cgit v1.2.3