From aa7aae9d3e168a903ce25a2ecc992f2c36700925 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Fri, 10 Apr 2015 23:39:07 -0400 Subject: Add page module. * haunt/page.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 eafc93f..b1924da 100644 --- a/Makefile.am +++ b/Makefile.am @@ -43,6 +43,7 @@ SOURCES = \ haunt/config.scm \ haunt/post.scm \ haunt/reader.scm \ + haunt/page.scm \ haunt/ui.scm \ haunt/ui/serve.scm \ haunt/serve/mime-types.scm \ -- cgit v1.2.3