summaryrefslogtreecommitdiff
path: root/templates/journal_page.html
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2011-03-15 00:11:54 +0100
committerMatthias Andreas Benkard <code@mail.matthias.benkard.de>2011-03-15 00:11:54 +0100
commitcf2b6c8b3e50e4d68c6bc7f0abdb820882e1d741 (patch)
tree51e2f99e2c207c43f472bf5a6f2a42e8b59991d3 /templates/journal_page.html
parent8a1ee16835571d4a590cd66f6ce21926ff02a875 (diff)
Support comment submission.
Diffstat (limited to 'templates/journal_page.html')
-rw-r--r--templates/journal_page.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/journal_page.html b/templates/journal_page.html
index d9646f3..2e0ed61 100644
--- a/templates/journal_page.html
+++ b/templates/journal_page.html
@@ -10,6 +10,16 @@
<h1 id="main-title">{site-name|html}</h1>
<div id="main-subtitle">{site-subtitle|html}</div>
+ {.section warnings}
+ <div id="warnings">
+ {.repeated section @}
+ <div class="journal-warning">
+ {@}
+ </div>
+ {.end}
+ </div>
+ {.end}
+
<div id="articles">
{.repeated section articles}
{@|article-html}