From e5d6d820ae59be8922eae26a10a4c5358114e46d Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sat, 11 Apr 2015 08:36:35 -0400 Subject: Add site module. * haunt/site.scm: New file. * Makefile.am (SOURCES): Add it. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 4b685f3..c9f0a3a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -44,6 +44,7 @@ SOURCES = \ haunt/post.scm \ haunt/reader.scm \ haunt/page.scm \ + haunt/site.scm \ haunt/build/html.scm \ haunt/ui.scm \ haunt/ui/serve.scm \ -- cgit v1.2.3