diff options
author | David Thompson <dthompson2@worcester.edu> | 2015-04-13 20:29:00 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2015-04-13 20:29:00 -0400 |
commit | 395b510a6deec8c3c2019695be4185b9fad1527a (patch) | |
tree | 49bd9264a7386b9c1301a30e70b36ac0b0a628a1 | |
parent | 9e6a3efd684b88dbf28eb186ba61ae1d452b8683 (diff) |
example: Remove personal details.
* example/haunt.scm: Use made up metadata.
-rw-r--r-- | example/haunt.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/example/haunt.scm b/example/haunt.scm index b4405c0..52782dc 100644 --- a/example/haunt.scm +++ b/example/haunt.scm @@ -5,10 +5,10 @@ (srfi srfi-19)) (site #:title "Built with Guile" - #:domain "dthompson.us" + #:domain "example.com" #:default-metadata - '((author . "David Thompson") - (email . "davet@gnu.org")) + '((author . "Eva Luator") + (email . "eva@example.com")) #:readers (list sxml-reader html-reader) #:builders (list (blog) (atom-feed) |