aboutsummaryrefslogtreecommitdiff
path: root/front.c
diff options
context:
space:
mode:
Diffstat (limited to 'front.c')
-rw-r--r--front.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/front.c b/front.c
index 6b8615c..ff6973e 100644
--- a/front.c
+++ b/front.c
@@ -1,6 +1,14 @@
+#include <stdio.h>
+#include "site.h"
+
void
front()
{
+ char *title;
+
+ title = site.name;
printf("Content-Type: text/html\n\n");
- #include "front.tc"
+ #include "t/head.tc"
+ #include "t/front.tc"
+ #include "t/foot.tc"
} \ No newline at end of file