From f0a99eece776586b401be8cdde2aaf3cc67d8398 Mon Sep 17 00:00:00 2001 From: muli Date: Wed, 21 Jun 2023 19:57:55 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20Einleitung=20f=C3=BCr=20"Was=20wir=20tu?= =?UTF-8?q?n"=20hinzugef=C3=BCgt.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ist so zumindest eine Diskussionsgrundlage :) --- content/about/contents.lr | 4 ++++ models/about_page.ini | 5 +++++ templates/about_page.html | 7 +++++++ 3 files changed, 16 insertions(+) diff --git a/content/about/contents.lr b/content/about/contents.lr index 92b38e2d..c60f002c 100644 --- a/content/about/contents.lr +++ b/content/about/contents.lr @@ -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 #### diff --git a/models/about_page.ini b/models/about_page.ini index cdabf12b..3aaeaa5b 100644 --- a/models/about_page.ini +++ b/models/about_page.ini @@ -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 diff --git a/templates/about_page.html b/templates/about_page.html index 6edea7c7..81d15e68 100644 --- a/templates/about_page.html +++ b/templates/about_page.html @@ -11,6 +11,13 @@ {% block body %}
+ {% if this.intro %} +
+
+ {{ this.intro }} +
+
+ {% endif %}

{{ this.title }}