From 3592829387367d54dcc4dc1c5cd4862586cc705d Mon Sep 17 00:00:00 2001 From: David Thompson Date: Mon, 13 Apr 2015 19:40:55 -0400 Subject: post: Add post-date procedure. * haunt/post.scm (%default-date): New variable. (post-date): New procedure. * haunt/builder/atom.scm (post->atom-entry): Use post-date. * README.md (Example Configuration): Remove date from default metadata. --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'README.md') 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) -- cgit v1.2.3