feat: Einleitung für "Was wir tun" hinzugefügt.

Ist so zumindest eine Diskussionsgrundlage :)
This commit is contained in:
muli 2023-06-21 19:57:55 +02:00
parent 2033116c5c
commit f0a99eece7
3 changed files with 16 additions and 0 deletions

View File

@ -4,6 +4,10 @@ title: Services
---
meta_description: Die WTF Kooperative bietet viel Erfahrung und Know-how in der Informationstechnologie. Sprechen Sie uns an!
---
intro: Hallo!
Du kannst dich bei uns anstellen lassen. Und das ist was wir tun:
---
section:
#### flow_services_cards ####

View File

@ -8,6 +8,11 @@ label = Title
description = Der Seitentitel und die Überschrift dieser Seite
type = string
[fields.intro]
label = Intro
description = Kurzer Einleitungstext der Seite
type = markdown
[fields.meta_description]
label = Meta Beschreibung
description = Hier kommt die Beschreibung rein, die von Suchmachinen, Seitencrawlern und Previews auf diese Seite generiert werden

View File

@ -11,6 +11,13 @@
{% block body %}
<section class="content">
<div class="content__box">
{% if this.intro %}
<div class="content__box">
<div class="content__inner_box">
{{ this.intro }}
</div>
</div>
{% endif %}
<div class="services_box">
<h1>{{ this.title }}</h1>