diff options
Diffstat (limited to 'example')
-rw-r--r-- | example/haunt.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/example/haunt.scm b/example/haunt.scm index 35c7ae2..b292c9c 100644 --- a/example/haunt.scm +++ b/example/haunt.scm @@ -3,8 +3,7 @@ (haunt asset) (haunt builder blog) (haunt builder atom) - (haunt builder assets) - (srfi srfi-19)) + (haunt builder assets)) (site #:title "Built with Guile" #:domain "example.com" |