diff options
-rw-r--r-- | haunt.scm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |