Skip to content
Snippets Groups Projects
Unverified Commit 9c4cf93a authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Add message about translation being incomplete

parent ca803ea6
No related branches found
No related tags found
1 merge request!89Resolve "Internationalize template"
Pipeline #195760 passed
+++ +++
[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]] [[extra.claims]]
title = "Challenging technology" 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!" 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!"
......
...@@ -5,6 +5,16 @@ ...@@ -5,6 +5,16 @@
> >
<div class="hero-body"> <div class="hero-body">
<div class="container"> <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> <p class="title is-1 has-text-centered" property="schema:slogan">{{ config.description }}</p>
<div class="columns is-same-height mt-4"> <div class="columns is-same-height mt-4">
{% for claim in section.extra.claims %} {% for claim in section.extra.claims %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment