aboutsummaryrefslogtreecommitdiff
path: root/website/templates/changelog.html
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2017-05-16 00:24:39 +0200
committerReinier Zwitserloot <reinier@zwitserloot.com>2017-05-29 21:03:04 +0200
commit496eccd1922c89fbc7e69e3a7e6e573ec85536ac (patch)
treebf1e408fa0a340333bb4f0c5d7035adb76e121db /website/templates/changelog.html
parentcda44bb654ccdc8fc44ee3e0efa7eb0079c71d42 (diff)
downloadlombok-496eccd1922c89fbc7e69e3a7e6e573ec85536ac.tar.gz
lombok-496eccd1922c89fbc7e69e3a7e6e573ec85536ac.tar.bz2
lombok-496eccd1922c89fbc7e69e3a7e6e573ec85536ac.zip
Styling and layout of all-versions, download, and changelog fixed/updated.
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>