summaryrefslogtreecommitdiff
path: root/templates/journal_page.html
diff options
context:
space:
mode:
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}