diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2017-05-22 21:35:35 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2017-05-29 21:03:04 +0200 |
commit | 7c8f9fa445e0b21f691367210dc5fb79e79b2afa (patch) | |
tree | 69a66f3c017c5c17dac1efa758209fb2adcd26ee /website/templates/features | |
parent | f447b13adb346ad92ab0c33d073a158ea5c968b5 (diff) | |
download | lombok-7c8f9fa445e0b21f691367210dc5fb79e79b2afa.tar.gz lombok-7c8f9fa445e0b21f691367210dc5fb79e79b2afa.tar.bz2 lombok-7c8f9fa445e0b21f691367210dc5fb79e79b2afa.zip |
Final touches to the new website:
* htaccess for ‘nice looking’ URLs.
* download-edge overwritten upon stable releases.
* fixes to the build system.
* Added google analytics pagetracker.
Diffstat (limited to 'website/templates/features')
-rw-r--r-- | website/templates/features/_features.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/templates/features/_features.html b/website/templates/features/_features.html index d7c75761..c0c63a76 100644 --- a/website/templates/features/_features.html +++ b/website/templates/features/_features.html @@ -70,7 +70,7 @@ <div class="header-group"> <h1>${title}</h1> - <h3>${logline}</h3> + <h3>${logline?no_esc}</h3> </div> </div> <#nested> |