summaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
Diffstat (limited to 'example')
-rw-r--r--example/haunt.scm6
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)