aboutsummaryrefslogtreecommitdiff
path: root/website/templates/changelog.html
diff options
context:
space:
mode:
Diffstat (limited to 'website/templates/changelog.html')
-rw-r--r--website/templates/changelog.html7
1 files changed, 2 insertions, 5 deletions
diff --git a/website/templates/changelog.html b/website/templates/changelog.html
index 80697e70..c02deba7 100644
--- a/website/templates/changelog.html
+++ b/website/templates/changelog.html
@@ -1,11 +1,8 @@
<#import "/_scaffold.html" as main>
<@main.scaffold>
<div class="page-header top5">
- <div class="row text-center">
- <h1>Changelog</h1>
- </div>
- <div class="row text-center">
- <h1>@CHANGELOG@</h1>
+ <div class="row text-center changelog">
+ ${changelog?no_esc}
</div>
</div>
</@main.scaffold>