adding print templates to theme
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-01-30 10:25:52 -05:00
parent 2c17699daf
commit d5bac67fac

View File

@@ -39,8 +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"]
# home = ["HTML", "RSS", "JSON"]
# page = ["HTML", "PRINT"]
page = ["PRINT"]
# The settings for the print format
[outputFormats]