Use no layouts for xml, json and txt by default

This commit is contained in:
Capi Etheriel 2014-03-01 15:19:38 -03:00
parent f3c4c30853
commit 81baf8c47c

View file

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