summaryrefslogtreecommitdiffstats
path: root/soupault.conf
diff options
context:
space:
mode:
Diffstat (limited to 'soupault.conf')
-rw-r--r--soupault.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/soupault.conf b/soupault.conf
index 52f9fee..9937eb3 100644
--- a/soupault.conf
+++ b/soupault.conf
@@ -18,7 +18,9 @@
[index]
index = true
index_selector = "#index"
- index_item_template = "<li> <span class=\"date\">{{date}}</span> <a class=\"title\" href=\"{{url}}\">{{{title}}}</a></li>"
+ index_date_selector = ".time"
+ index_date_format = "%B %d, %Y"
+ index_item_template = "<dt><a class=\"title\" href=\"{{url}}\">{{{title}}}</a></dt><dd>on {{date}}</dd>"
newest_entries_first = true
[widgets.page-title]