test/template/settings.yml in frank-0.2.0 vs test/template/settings.yml in frank-0.2.1
- old
+ new
@@ -43,23 +43,18 @@
dynamic_folder: dynamic
# ----------------------
# Templates:
#
-# 'default' is the optional default template to
-# serve from a folder (include the root folder)
-#
# 'layouts' is a list of layouts to use, where
# 'name' is the filename (without extension).
# You can also use multiple layouts, and limit
# their scopes like so:
# - name: blog_layout
# only: [blog]
# - name: normal
# not: [blog, ajax]
templates:
- extension: haml
- default: index
layouts:
- name: layout
not: [builder, erb, liquid, markdown, mustache, redcloth]
- name: layout2
only: [layout2_test]