diff options
author | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2019-05-22 01:04:22 +0200 |
---|---|---|
committer | Reinier Zwitserloot <r.zwitserloot@projectlombok.org> | 2019-05-22 01:04:22 +0200 |
commit | 6ea37c90a66ddde50dddabd38e06333b64377828 (patch) | |
tree | a73a8a0611d0b77a260049ff4d16cd69955d60ab /website/templates/features | |
parent | 4af6e42b3bd5bc9e676e4ec8db3d2d48429d77a6 (diff) | |
download | lombok-6ea37c90a66ddde50dddabd38e06333b64377828.tar.gz lombok-6ea37c90a66ddde50dddabd38e06333b64377828.tar.bz2 lombok-6ea37c90a66ddde50dddabd38e06333b64377828.zip |
[website] changed the tidelift link to be more prominent + on docs pages
Diffstat (limited to 'website/templates/features')
-rw-r--r-- | website/templates/features/_features.html | 1 | ||||
-rw-r--r-- | website/templates/features/experimental/index.html | 1 | ||||
-rw-r--r-- | website/templates/features/index.html | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/website/templates/features/_features.html b/website/templates/features/_features.html index f602b95b..0b93f88e 100644 --- a/website/templates/features/_features.html +++ b/website/templates/features/_features.html @@ -65,6 +65,7 @@ <#macro scaffold title logline load=[]> <@main.scaffold load title> + <a class="tidelift-link" href="https://tidelift.com/subscription/pkg/maven-org-projectlombok-lombok?utm_source=lombok&utm_medium=referral&utm_campaign=docs">Get Professionally Supported Lombok</a> <div class="page-header top5" id="featureContent"> <div class="row text-center"> <div class="header-group"> diff --git a/website/templates/features/experimental/index.html b/website/templates/features/experimental/index.html index ba830ab5..29dcd146 100644 --- a/website/templates/features/experimental/index.html +++ b/website/templates/features/experimental/index.html @@ -2,6 +2,7 @@ <#import "../_features.html" as f> <@main.scaffold title="Experimental"> + <a class="tidelift-link" href="https://tidelift.com/subscription/pkg/maven-org-projectlombok-lombok?utm_source=lombok&utm_medium=referral&utm_campaign=docs">Get Professionally Supported Lombok</a> <div class="page-header top5"> <div class="row text-center"> <@main.h1 title="Lombok experimental features" /> diff --git a/website/templates/features/index.html b/website/templates/features/index.html index cd4c9e26..bd7cb00c 100644 --- a/website/templates/features/index.html +++ b/website/templates/features/index.html @@ -1,6 +1,7 @@ <#import "../_scaffold.html" as main> <@main.scaffold title="Stable"> + <a class="tidelift-link" href="https://tidelift.com/subscription/pkg/maven-org-projectlombok-lombok?utm_source=lombok&utm_medium=referral&utm_campaign=docs">Get Professionally Supported Lombok</a> <div class="page-header top5"> <div class="row text-center"> <@main.h1 title="Lombok features" /> |