diff --git a/content/_index.en.md b/content/_index.en.md index 1e4516700cfda5b8e35b8f169e0e22c71ccfb6a1..c9311dc412a55e2d84d8b0fc2f66cfe583cb9f4b 100644 --- a/content/_index.en.md +++ b/content/_index.en.md @@ -1,4 +1,9 @@ +++ +[extra.hero.message] +class = "warning" +title = "Translation is incomplete" +content = "Please be aware that this translation of our website is incomplete. For any questions and for cooperations, please contact us." + [[extra.claims]] title = "Challenging technology" content = "How devices and apps work, what they do and which intentions developers pursue: Everyone shall be able to critically scrutinise all of that – and everyone shall have the rights to do so!" diff --git a/templates/frontpage/claim.html b/templates/frontpage/claim.html index 2854f1ea8dc5bb4a341f2ffc9280235983e3020c..2f66b0664efb7add0dabfe8e630c312d676d335f 100644 --- a/templates/frontpage/claim.html +++ b/templates/frontpage/claim.html @@ -5,6 +5,16 @@ > <div class="hero-body"> <div class="container"> + {% if section.extra.hero.message %} + <aside class="message is-{{ section.extra.hero.message.class }} section"> + <div class="message-header"> + <p>{{ section.extra.hero.message.title }}</p> + </div> + <div class="message-body"> + {{ section.extra.hero.message.content }} + </div> + </aside> + {% endif %} <p class="title is-1 has-text-centered" property="schema:slogan">{{ config.description }}</p> <div class="columns is-same-height mt-4"> {% for claim in section.extra.claims %}