Improve header 6

This commit is contained in:
L3D 2019-02-16 16:05:53 +01:00
parent d22c039856
commit 8a56d5bee4
Signed by: l3d
GPG key ID: CD08445BFF4313D1
3 changed files with 39 additions and 17 deletions

View file

@ -110,3 +110,11 @@ hinweis_url: /mitmachen/
sections:
---
render_tourdaten: yes
---
icons_header_2: Worum geht es bei den Waffeln
---
icons_text_2:
Das C3WOC macht nicht einfach Waffeln, die man für Geld kaufen kann.
<b>Sondern es geht um viel mehr!</b>

View file

@ -86,6 +86,15 @@ label = Render Termine?
default = false
type = boolean
[fields.icons_header_2]
label = 4. Abschnitt: Überschrift (nach tourdaten)
type = string
[fields.icons_text_2]
label = 4. Abschnitt: Text (nach tourdaten)
type = markdown
[fields.icons_1_1]
label = 1. Icon: Font Awesome
type = string

View file

@ -65,7 +65,8 @@
if this.render_tourdaten %}
<div class="table-wrapper">
<div class="table-wrapper">
<table><thead>
<table>
<thead>
<tr>
<th>Datum</th>
<th>Veranstaltung</th>
@ -89,10 +90,14 @@
endif %}{%
endfor %}
</tbody>
</table>
</table><br/>
</div>{%
endif %}{%
endfor %}
<header class="major">
<h2>{{ this.icons_header_2 }}</h2>
{{ this.icons_text_2 }}
</header>
{% endif %}
<div class="box alt">
<div class="row uniform">