summaryrefslogtreecommitdiff
path: root/blog.h
diff options
context:
space:
mode:
Diffstat (limited to 'blog.h')
-rw-r--r--blog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/blog.h b/blog.h
index 1aad4e7..4151a45 100644
--- a/blog.h
+++ b/blog.h
@@ -7,7 +7,7 @@
#define TITLE "<title>%s</title>\n"
#define ICON "<link type=\"shortcut icon\" href=\"/icon.png\">\n"
#define STYLE "<link rel=\"stylesheet\" type=\"text/css\" href=\"/style.css\">\n"
-#define BODY "</html>\n<body>\n"
+#define BODY "</head>\n<body>\n"
#define HTML_HEAD DOCTYPE HTML META TITLE ICON STYLE BODY