diff options
Diffstat (limited to 'templates/journal_page.html')
-rw-r--r-- | templates/journal_page.html | 15 |
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} |