From 4ed3a062c08e39d21b23d88f3d2a4934bac390d7 Mon Sep 17 00:00:00 2001 From: Roel Spilker Date: Mon, 2 Oct 2017 23:36:10 +0200 Subject: add ids to h1/h2/h3 for linking directly to them --- website/templates/features/_features.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'website/templates/features/_features.html') diff --git a/website/templates/features/_features.html b/website/templates/features/_features.html index 2e338834..dcee152c 100644 --- a/website/templates/features/_features.html +++ b/website/templates/features/_features.html @@ -14,14 +14,14 @@ <#macro overview>
-

Overview

+ <@main.h3 title="Overview" /> <#nested>
<#macro experimental>
-

Experimental

+ <@main.h3 title="Experimental" /> Experimental because: <#nested> @@ -31,13 +31,13 @@ <#macro snippets name>
-

With Lombok

+ <@main.h3 title="With Lombok" />
${usages.pre(name)?no_esc}
-

Vanilla Java

+ <@main.h3 title="Vanilla Java" />
${usages.post(name)?no_esc}
@@ -46,7 +46,7 @@ <#macro confKeys>
-

Supported configuration keys:

+ <@main.h3 title="Supported configuration keys:" />
<#nested>
@@ -55,7 +55,7 @@ <#macro smallPrint>
-

Small print

+ <@main.h3 title="Small print" />
<#nested> @@ -68,9 +68,9 @@