summaryrefslogtreecommitdiffstats
path: root/soupault.conf
diff options
context:
space:
mode:
authorThomas Letan <lthms@soap.coffee>2020-02-04 22:15:45 +0100
committerThomas Letan <lthms@soap.coffee>2020-02-04 22:15:45 +0100
commit1f851ca9f2b400b5f7ca4d6a10c15fa734b86a17 (patch)
tree1860d41cf4e307cf1cbf872f335a4ca1b422392e /soupault.conf
parentRework StronglySpecifiedFunctionsProgram.v (diff)
Change the date format
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]