improve startpage
This commit is contained in:
parent
8a16b9bc35
commit
1f6faabecd
3 changed files with 10 additions and 0 deletions
|
@ -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_2_url: https://www.ccc.de/de/regional
|
||||
---
|
||||
mp3feed: yes
|
||||
|
|
|
@ -27,6 +27,11 @@ type = string
|
|||
label = Start-Hinweis-URL
|
||||
type = string
|
||||
|
||||
[fields.mp3feed]
|
||||
label = Link zum MP3 Feed?
|
||||
type = boolean
|
||||
|
||||
|
||||
;------------------------------
|
||||
|
||||
[fields.about_header]
|
||||
|
|
|
@ -9,6 +9,9 @@
|
|||
<h2>{{ this.title }}</h2>
|
||||
<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>
|
||||
{%- if this.mp3feed %}
|
||||
<br/><a href="/podcast_he.xml" class="button special">Podcast RSS Feed</a>
|
||||
{%- endif %}
|
||||
</header>
|
||||
<span class="image">
|
||||
<img src="{{ '/images/logo.svg'|url }}" alt="" />
|
||||
|
|
Loading…
Reference in a new issue