diff options
author | Roel Spilker <r.spilker@gmail.com> | 2017-10-02 23:36:10 +0200 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2017-10-02 23:36:10 +0200 |
commit | 4ed3a062c08e39d21b23d88f3d2a4934bac390d7 (patch) | |
tree | 632866701791f413eeb4c2f11a641507639921fa /website/templates/credits.html | |
parent | 214cff5dd2e9d04b780f3586356c43f7242c06c8 (diff) | |
download | lombok-4ed3a062c08e39d21b23d88f3d2a4934bac390d7.tar.gz lombok-4ed3a062c08e39d21b23d88f3d2a4934bac390d7.tar.bz2 lombok-4ed3a062c08e39d21b23d88f3d2a4934bac390d7.zip |
add ids to h1/h2/h3 for linking directly to them
Diffstat (limited to 'website/templates/credits.html')
-rw-r--r-- | website/templates/credits.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/website/templates/credits.html b/website/templates/credits.html index 9e929256..925ba2d4 100644 --- a/website/templates/credits.html +++ b/website/templates/credits.html @@ -3,12 +3,12 @@ <@main.scaffold> <div class="page-header top5"> <div class="row text-center"> - <h1>Project Lombok - About the authors and everyone that's helped us create Project Lombok.</h1> + <@main.h1 title="Project Lombok - About the authors and everyone that's helped us create Project Lombok." /> </div> <div class="row"> <div class="credits"> <div class="committers personList"> - <h3>Regular contributors to Project Lombok:</h3> + <@main.h3 title="Regular contributors to Project Lombok:" /> <div class="row text-center"> <div class="person col-md-2"> |