Merge pull request #26926 from Colstuwjx/feat/print-sections

feat: add print directive allows print sections.
This commit is contained in:
Kubernetes Prow Robot
2021-03-09 18:37:14 -08:00
committed by GitHub
+1 -1
View File
@@ -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]