lib/template/settings.yml in frank-0.1.2 vs lib/template/settings.yml in frank-0.1.3
- old
+ new
@@ -41,15 +41,10 @@
#
dynamic_folder: dynamic
# ----------------------
# Templates:
-#
-# 'extension' is appended to requests to find
-# a template. For example, if you request
-# '/blog/archive', Frank will look in the
-# 'blog' folder for 'archive.haml'.
#
# 'default' is the optional default template to
# serve from a folder (include the root folder)
#
# 'layouts' is a list of layouts to use, where
@@ -59,10 +54,9 @@
# - name: blog_layout
# only: [blog]
# - name: normal
# not: [blog, ajax]
templates:
- extension: haml
default: index
layouts:
- name: layout