From 7bc3a7d809c5c46b0451bc11447d59d029e2b324 Mon Sep 17 00:00:00 2001 From: colstuwjx Date: Sun, 7 Mar 2021 09:11:49 +0800 Subject: [PATCH] feat: add print directive allows print sections. --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index d77c315331..04329284d8 100644 --- a/config.toml +++ b/config.toml @@ -91,7 +91,7 @@ blog = "/:section/:year/:month/:day/:slug/" [outputs] home = [ "HTML", "RSS", "HEADERS" ] page = [ "HTML"] -section = [ "HTML"] +section = [ "HTML", "print" ] # Add a "text/netlify" media type for auto-generating the _headers file [mediaTypes]