Added a bit of markup and rss logos to the top of the podcast page.

This commit is contained in:
Stephan 2021-04-10 22:14:17 +02:00
parent 2be53e2328
commit fd83541bf9
1 changed files with 7 additions and 3 deletions

View File

@ -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>
, &nbsp;
<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>