From 77f4e933e268e56742128fcbc0d12f646b4287f9 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Tue, 13 Mar 2018 04:56:16 -0400 Subject: Relocate haunt logo on project page. --- haunt.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'haunt.scm') 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 -- cgit v1.2.3