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:
|
||||
---
|
||||
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
|
||||
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
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue