summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/README.md b/README.md
index 4b597a4..5634ac3 100644
--- a/README.md
+++ b/README.md
@@ -29,10 +29,8 @@ Example Configuration
(site #:title "Built with Guile"
#:domain "dthompson.us"
#:default-metadata
- `((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 0)))
+ '((author . "David Thompson")
+ (email . "davet@gnu.org"))
#:readers (list sxml-reader html-reader)
#:builders (list (blog)
(atom-feed)