diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2015-09-04 08:37:08 +0200 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2015-09-04 11:16:17 -0400 |
commit | c67e8e924c664ae4035862cc7b439cd7ec4bcef6 (patch) | |
tree | 00ff44df156b9cf6a4fc5bc571f7e4147954d87e | |
parent | 03d1309a164c253b3202d22d19e6508cc1b43341 (diff) |
builder: blog: Export "theme-collection-template".
* haunt/builder/blog.scm: Export "theme-collection-template", not
"theme-list-template".
-rw-r--r-- | haunt/builder/blog.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/haunt/builder/blog.scm b/haunt/builder/blog.scm index 6c16f72..6a39b64 100644 --- a/haunt/builder/blog.scm +++ b/haunt/builder/blog.scm @@ -36,7 +36,7 @@ theme-name theme-layout theme-post-template - theme-list-template + theme-collection-template with-layout date->string* |