diff options
author | David Thompson <dthompson2@worcester.edu> | 2015-08-05 18:17:49 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2015-08-05 18:17:49 -0400 |
commit | 97e31d42d24a4f452e6b7d64da40af59eaf23dec (patch) | |
tree | 4a7ef0607464888c86f6b2c7c5011c8bece9ce3c | |
parent | ce95359aab0f2a11a42f80fbf8bb2caed45ef404 (diff) |
builder: blog: Export date->string*.
* haunt/builder/blog.scm: Export date->string*.
-rw-r--r-- | haunt/builder/blog.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/haunt/builder/blog.scm b/haunt/builder/blog.scm index f2c9a92..9269618 100644 --- a/haunt/builder/blog.scm +++ b/haunt/builder/blog.scm @@ -37,6 +37,8 @@ theme-post-template theme-list-template + date->string* + blog)) (define-record-type <theme> |