From 6e3a11abb103f50cd82e36724259835269cef67b Mon Sep 17 00:00:00 2001 From: deranjer Date: Sat, 30 Jan 2021 11:03:58 -0500 Subject: [PATCH] fixing outputs in config.toml --- config.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.toml b/config.toml index 5ac0922..bf01dfc 100644 --- a/config.toml +++ b/config.toml @@ -39,9 +39,9 @@ fileName = "/images/favicon.svg" #your favicon here if you wish to change it. # Print output just creates a special route for a print view [outputs] -# home = ["HTML", "RSS", "JSON"] -# page = ["HTML", "PRINT"] - page = ["PRINT"] + home = ["HTML", "RSS", "JSON"] + page = ["HTML", "PRINT"] + # The settings for the print format [outputFormats]