lib/template/settings.yml in frank-0.2.0 vs lib/template/settings.yml in frank-0.2.1
- old
+ new
@@ -22,11 +22,10 @@
server:
handler: mongrel
hostname: 0.0.0.0
port: 3601
-
# ----------------------
# Static folder:
#
# All files in this folder will be served up
# directly, without interpretation
@@ -42,21 +41,17 @@
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:
- default: index
layouts:
- name: layout