diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/journal_page.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/journal_page.html b/templates/journal_page.html index 3106ca7..037146d 100644 --- a/templates/journal_page.html +++ b/templates/journal_page.html @@ -9,7 +9,7 @@ <div id="articles"> {.repeated section articles} - {article|article-html} + {@|article-html} {.end} </div> {.end} |