summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index c07e81c..4b597a4 100644
--- a/README.md
+++ b/README.md
@@ -29,10 +29,10 @@ Example Configuration
(site #:title "Built with Guile"
#:domain "dthompson.us"
#:default-metadata
- '((author . "David Thompson")
+ `((author . "David Thompson")
(email . "davet@gnu.org")
;; If I'm careless and forget a date, use the UNIX epoch.
- (date . (make-date 0 0 0 0 1 1 1970)))
+ (date . ,(make-date 0 0 0 0 1 1 1970 0)))
#:readers (list sxml-reader html-reader)
#:builders (list (blog)
(atom-feed)