From 036d5bd8bd2bfc2a77c43f8dbfa8e90ae8ee8b76 Mon Sep 17 00:00:00 2001 From: tdro Date: Fri, 6 Jan 2023 03:57:02 -0500 Subject: themes/default/layouts/partials/author-list: Generate once Let it appear on second generation --- config.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config.json') diff --git a/config.json b/config.json index 4fd39bd..369ea15 100644 --- a/config.json +++ b/config.json @@ -231,6 +231,10 @@ "baseName": "index", "mediaType": "text/html" }, + "authors.section": { + "baseName": "authors", + "mediaType": "text/html" + }, "history": { "path": "archives/messages", "baseName": "index", @@ -275,6 +279,7 @@ "xslt.sitemap", "json", "authors", + "authors.section", "sources", "browserconfig", "history", -- cgit v1.2.3