summaryrefslogtreecommitdiff
path: root/haunt.scm
diff options
context:
space:
mode:
authorDavid Thompson <davet@gnu.org>2018-03-13 04:56:16 -0400
committerDavid Thompson <davet@gnu.org>2018-03-13 04:56:16 -0400
commit77f4e933e268e56742128fcbc0d12f646b4287f9 (patch)
tree08387649cc4a7506c6c49fc2dc295950aca8bd2b /haunt.scm
parente932a5ecc775cf73584f3b55b5b25185a7e2446a (diff)
Relocate haunt logo on project page.
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