From 93cb45a3d815c193ae9386de2834e6a1214c7e20 Mon Sep 17 00:00:00 2001 From: tdro Date: Mon, 8 May 2023 20:33:46 -0400 Subject: themes/default/layouts/_default: Add single embed --- config.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'config.toml') diff --git a/config.toml b/config.toml index 13466fe..a5deead 100644 --- a/config.toml +++ b/config.toml @@ -131,6 +131,10 @@ enableRobotsTXT = true baseName = "index" mediaType = "text/html" + [outputFormats.embed] + baseName = "embed" + mediaType = "text/html" + [outputFormats.plain] baseName = "index" mediaType = "text/plain" @@ -195,7 +199,7 @@ enableRobotsTXT = true section = ["html", "rss", "gallery", "following", "webring"] taxonomy = ["html", "rss"] term = ["html", "rss"] - page = ["html", "plain"] + page = ["html", "plain", "embed"] [caches] -- cgit v1.2.3