From 26697fac847879afba426aef7105111e8925bd7d Mon Sep 17 00:00:00 2001 From: David Thompson Date: Mon, 12 Mar 2018 14:17:30 -0400 Subject: Fix missing word on Haunt project page. --- haunt.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/haunt.scm b/haunt.scm index 425df2a..589a3a9 100644 --- a/haunt.scm +++ b/haunt.scm @@ -466,10 +466,10 @@ rendering.")) written in Guile Scheme that gives authors the ability to treat websites as programs.") (p "Haunt isn't your average static site generator. Its mission -is to give authors the full expressive power of Scheme to define every -aspect of their websites are generated. Haunt uses a simple, -functional build system that allows any type of web page to be built -by writing procedures that return page objects.") +is to give authors the full expressive power of Scheme to determine +how every aspect of their websites are generated. Haunt uses a +simple, functional build system that allows any type of web page to be +built by writing procedures that return page objects.") (p "Haunt has no opinion about what markup language authors should use to write posts. Just write the relevant reader procedure and Haunt will happily work with that format. Likewise, Haunt has no -- cgit v1.2.3