From 2d698a74f90b0915dd8c2e3e42ce0f21d0a7bd1c Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Wed, 2 Mar 2011 16:19:50 +0100 Subject: Add comment support to article template, add support for multiple page templates. --- templates/journal_page.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 templates/journal_page.html (limited to 'templates/journal_page.html') diff --git a/templates/journal_page.html b/templates/journal_page.html new file mode 100644 index 0000000..3106ca7 --- /dev/null +++ b/templates/journal_page.html @@ -0,0 +1,15 @@ +{.section head} + +{.end} + +{.section body} +

{site-name|html}

+
{site-subtitle|html}
+ +
+ {.repeated section articles} + {article|article-html} + {.end} +
+{.end} -- cgit v1.2.3