forked from ag_kommunikation/webseite
Added a bit of markup and rss logos to the top of the podcast page.
This commit is contained in:
parent
2be53e2328
commit
fd83541bf9
@ -18,7 +18,7 @@
|
||||
<div class="content__box">
|
||||
<div class="content__inner_box">
|
||||
<h1>{{ this.title }}</h1>
|
||||
{{ this.description }}
|
||||
<p>{{ this.description }}</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -28,10 +28,14 @@
|
||||
{{ this.body }}
|
||||
{% if this.enable or this.enable2 -%}
|
||||
{% if this.enable -%}
|
||||
<a class="button special" href="{{ this.link|url }}"> {{ this.spruch }}</a>
|
||||
<a href="{{ this.link|url }}">
|
||||
{{ this.spruch }} <img class="content__rss_logo" src="{{ '/images/rss_logo.svg'|asseturl }}" alt="RSS Logo"></a>
|
||||
{%- endif %}
|
||||
{% if this.enable2 -%}
|
||||
<a class="button special" href="{{ this.link2|url }}"> {{ this.spruch2 }}</a>
|
||||
,
|
||||
<a href="{{ this.link2|url }}">
|
||||
{{ this.spruch2 }} <img class="content__rss_logo" src="{{ '/images/rss_logo.svg'|asseturl }}" alt="RSS Logo">
|
||||
</a>
|
||||
{%- endif %}
|
||||
{% endif -%}
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user