summaryrefslogtreecommitdiff
path: root/templates/journal_page.html
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2011-03-02 16:19:50 +0100
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2011-03-02 16:19:50 +0100
commit2d698a74f90b0915dd8c2e3e42ce0f21d0a7bd1c (patch)
treee4da3067dde6aedb30436d28ec5701b701fcacfc /templates/journal_page.html
parentdd5772e4b88dd41e210a4b789a52ae8656e5f1fd (diff)
Add comment support to article template, add support for multiple page templates.
Diffstat (limited to 'templates/journal_page.html')
-rw-r--r--templates/journal_page.html15
1 files changed, 15 insertions, 0 deletions
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}
+<link rel="stylesheet" type="text/css"
+ href="{root|html-attr-value}/style/journal.css" />
+{.end}
+
+{.section body}
+ <h1 id="main-title">{site-name|html}</h1>
+ <div id="main-subtitle">{site-subtitle|html}</div>
+
+ <div id="articles">
+ {.repeated section articles}
+ {article|article-html}
+ {.end}
+ </div>
+{.end}