Improve header 6
This commit is contained in:
parent
d22c039856
commit
8a56d5bee4
3 changed files with 39 additions and 17 deletions
|
@ -110,3 +110,11 @@ hinweis_url: /mitmachen/
|
||||||
sections:
|
sections:
|
||||||
---
|
---
|
||||||
render_tourdaten: yes
|
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>
|
||||||
|
|
|
@ -86,6 +86,15 @@ label = Render Termine?
|
||||||
default = false
|
default = false
|
||||||
type = boolean
|
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]
|
[fields.icons_1_1]
|
||||||
label = 1. Icon: Font Awesome
|
label = 1. Icon: Font Awesome
|
||||||
type = string
|
type = string
|
||||||
|
|
|
@ -65,7 +65,8 @@
|
||||||
if this.render_tourdaten %}
|
if this.render_tourdaten %}
|
||||||
<div class="table-wrapper">
|
<div class="table-wrapper">
|
||||||
<div class="table-wrapper">
|
<div class="table-wrapper">
|
||||||
<table><thead>
|
<table>
|
||||||
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Datum</th>
|
<th>Datum</th>
|
||||||
<th>Veranstaltung</th>
|
<th>Veranstaltung</th>
|
||||||
|
@ -89,10 +90,14 @@
|
||||||
endif %}{%
|
endif %}{%
|
||||||
endfor %}
|
endfor %}
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table><br/>
|
||||||
</div>{%
|
</div>{%
|
||||||
endif %}{%
|
endif %}{%
|
||||||
endfor %}
|
endfor %}
|
||||||
|
<header class="major">
|
||||||
|
<h2>{{ this.icons_header_2 }}</h2>
|
||||||
|
{{ this.icons_text_2 }}
|
||||||
|
</header>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<div class="box alt">
|
<div class="box alt">
|
||||||
<div class="row uniform">
|
<div class="row uniform">
|
||||||
|
|
Loading…
Reference in a new issue