fixing outputs in config.toml
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-01-30 11:03:58 -05:00
parent 005eaa63d0
commit 6e3a11abb1

View File

@@ -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]