# HG changeset patch # User Steve Losh # Date 1261008177 18000 # Node ID 5c26a85d5e3335a8548b74c4c52c0d1b093ca885 # Parent 32f7e97605e9d51d81c9aa604f7da7693296ae50 Switch back to index.html for listings. diff -r 32f7e97605e9 -r 5c26a85d5e33 content/archives/index.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/content/archives/index.html Wed Dec 16 19:02:57 2009 -0500 @@ -0,0 +1,5 @@ +{% extends "skeleton/_listing.html" %} +{%hyde + title: "Archives" + exclude: True +%} \ No newline at end of file diff -r 32f7e97605e9 -r 5c26a85d5e33 content/archives/list.html --- a/content/archives/list.html Wed Dec 16 19:01:12 2009 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,5 +0,0 @@ -{% extends "skeleton/_listing.html" %} -{%hyde - title: "Archives" - exclude: True -%} \ No newline at end of file diff -r 32f7e97605e9 -r 5c26a85d5e33 settings.py --- a/settings.py Wed Dec 16 19:01:12 2009 -0500 +++ b/settings.py Wed Dec 16 19:02:57 2009 -0500 @@ -21,7 +21,7 @@ # A list of filenames (without extensions) that will be considered listing # pages for their enclosing folders. -LISTING_PAGE_NAMES = ['list'] +LISTING_PAGE_NAMES = ['index'] # Determines whether or not to append a trailing slash to generated urls when # clean urls are enabled.