aboutsummaryrefslogtreecommitdiff
path: root/website/templates/disable-checked-exceptions.html
diff options
context:
space:
mode:
authorRoel Spilker <r.spilker@gmail.com>2018-03-27 22:08:52 +0200
committerRoel Spilker <r.spilker@gmail.com>2018-03-27 22:10:20 +0200
commit113d1eb86190d73ab6d99225555c2ba2b07b9dd0 (patch)
tree5dc91ff5ef74525f9cfd26418e75c71ea4dc316b /website/templates/disable-checked-exceptions.html
parentf69b93d08b119b40ba94ebb4929316b253d2da46 (diff)
downloadlombok-113d1eb86190d73ab6d99225555c2ba2b07b9dd0.tar.gz
lombok-113d1eb86190d73ab6d99225555c2ba2b07b9dd0.tar.bz2
lombok-113d1eb86190d73ab6d99225555c2ba2b07b9dd0.zip
Fixes #1608: give pages a title
Diffstat (limited to 'website/templates/disable-checked-exceptions.html')
-rw-r--r--website/templates/disable-checked-exceptions.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/website/templates/disable-checked-exceptions.html b/website/templates/disable-checked-exceptions.html
index ccbd0c01..4a758b11 100644
--- a/website/templates/disable-checked-exceptions.html
+++ b/website/templates/disable-checked-exceptions.html
@@ -1,6 +1,6 @@
<#import "/_scaffold.html" as main>
-<@main.scaffold>
+<@main.scaffold title="Disable Checked Exceptions">
<div class="page-header top5">
<div class="row text-center">
<h1 class="text-center">Tired of checked exceptions?</h1>