Use no layouts for xml, json and txt by default
This commit is contained in:
parent
f3c4c30853
commit
81baf8c47c
|
@ -14,7 +14,9 @@
|
|||
# Per-page layout changes:
|
||||
#
|
||||
# With no layout
|
||||
# page "/path/to/file.html", :layout => false
|
||||
page '/*.xml', layout: false
|
||||
page '/*.json', layout: false
|
||||
page '/*.txt', layout: false
|
||||
#
|
||||
# With alternative layout
|
||||
# page "/path/to/file.html", :layout => :otherlayout
|
||||
|
|
Loading…
Reference in a new issue