From 7f5c73bc0384f1a0ffec2701d4183e2208007b40 Mon Sep 17 00:00:00 2001 From: tdro Date: Wed, 21 Dec 2022 00:20:05 -0500 Subject: themes/default/layouts/partials: Prevent feed fetches from multiplying By limiting to section. Add hugo option to version shortcode --- config.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'config.json') diff --git a/config.json b/config.json index 883e120..4fd39bd 100644 --- a/config.json +++ b/config.json @@ -253,6 +253,18 @@ "webmanifest": { "baseName": "site", "mediaType": "application/manifest+json" + }, + "gallery": { + "baseName": "gallery", + "mediaType": "text/html" + }, + "following": { + "baseName": "following", + "mediaType": "text/html" + }, + "webring": { + "baseName": "webring", + "mediaType": "text/html" } }, "outputs": { @@ -271,7 +283,10 @@ ], "section": [ "html", - "rss" + "rss", + "gallery", + "following", + "webring" ], "taxonomy": [ "html", -- cgit v1.2.3