5c26a85d5e33

Switch back to index.html for listings.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Wed, 16 Dec 2009 19:02:57 -0500
parents 32f7e97605e9
children a5470aefd4f0
branches/tags (none)
files content/archives/index.html content/archives/list.html settings.py

Changes

--- /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
--- 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
--- 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.