From fb0eafd272a6cee9b8f9e380cd028f4edde18298 Mon Sep 17 00:00:00 2001 From: tdro Date: Tue, 16 Aug 2022 02:01:07 -0400 Subject: themes/default/layouts/partials: Add plain text Add plain text version of single. Enhance menu permalink ergonomics. Add href to date menu anchor. --- config.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'config.json') diff --git a/config.json b/config.json index 938286d..e7948bf 100644 --- a/config.json +++ b/config.json @@ -181,6 +181,10 @@ "baseName": "index", "mediaType": "text/html" }, + "plain": { + "baseName": "index", + "mediaType": "text/plain" + }, "json": { "baseName": "index", "mediaType": "application/json" @@ -248,7 +252,8 @@ "rss" ], "page": [ - "html" + "html", + "plain" ] }, "caches": { -- cgit v1.2.3