feat: Einleitung für "Was wir tun" hinzugefügt.
Ist so zumindest eine Diskussionsgrundlage :)
This commit is contained in:
parent
2033116c5c
commit
f0a99eece7
@ -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 ####
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user