summaryrefslogtreecommitdiff
path: root/haunt.scm
diff options
context:
space:
mode:
Diffstat (limited to 'haunt.scm')
-rw-r--r--haunt.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/haunt.scm b/haunt.scm
index 989e7a8..317c274 100644
--- a/haunt.scm
+++ b/haunt.scm
@@ -458,9 +458,9 @@ rendering."))
#:repo "haunt"
#:manual? #t
#:description
- `(,(centered-image "/images/haunt/logo.png" "crudely drawn ghost")
- (p "Haunt is a simple, functional, hackable static site generator
+ `((p "Haunt is a simple, functional, hackable static site generator
that gives authors the ability to treat websites as Scheme programs.")
+ ,(centered-image "/images/haunt/logo.png" "crudely drawn ghost")
(p "By giving authors the full expressive power of Scheme, they
are able to control every aspect of the site generation process.
Haunt provides a simple, functional build system that can be easily