improve startpage

This commit is contained in:
L3D 2019-06-15 18:48:40 +02:00
parent 8a16b9bc35
commit 1f6faabecd
Signed by: l3d
GPG key ID: CD08445BFF4313D1
3 changed files with 10 additions and 0 deletions

View file

@ -99,3 +99,5 @@ icons_header_2: Waffel nicht nur schmecken
icons_text_2: Durch den Waffelpodcast ist es nun endlich auch möglich, die Waffel nicht nur zu sehen, zu fühlen und zu schmecken, sondern auch akustisch vorgestellt zu bekommen. icons_text_2: Durch den Waffelpodcast ist es nun endlich auch möglich, die Waffel nicht nur zu sehen, zu fühlen und zu schmecken, sondern auch akustisch vorgestellt zu bekommen.
--- ---
icons_2_url: https://www.ccc.de/de/regional icons_2_url: https://www.ccc.de/de/regional
---
mp3feed: yes

View file

@ -27,6 +27,11 @@ type = string
label = Start-Hinweis-URL label = Start-Hinweis-URL
type = string type = string
[fields.mp3feed]
label = Link zum MP3 Feed?
type = boolean
;------------------------------ ;------------------------------
[fields.about_header] [fields.about_header]

View file

@ -9,6 +9,9 @@
<h2>{{ this.title }}</h2> <h2>{{ this.title }}</h2>
<p>{{ this.slogan }}</p> <p>{{ this.slogan }}</p>
<p>{{ this.hinweis }} {% if this.hinweis_txt %}<a href="{% if this.hinweis_url %}{{this.hinweis_url }}{% else %}#four{% endif %}">{{ this.hinweis_txt }}</a>{% endif %}</p> <p>{{ this.hinweis }} {% if this.hinweis_txt %}<a href="{% if this.hinweis_url %}{{this.hinweis_url }}{% else %}#four{% endif %}">{{ this.hinweis_txt }}</a>{% endif %}</p>
{%- if this.mp3feed %}
<br/><a href="/podcast_he.xml" class="button special">Podcast RSS Feed</a>
{%- endif %}
</header> </header>
<span class="image"> <span class="image">
<img src="{{ '/images/logo.svg'|url }}" alt="" /> <img src="{{ '/images/logo.svg'|url }}" alt="" />