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__box">
|
||||||
<div class="content__inner_box">
|
<div class="content__inner_box">
|
||||||
<h1>{{ this.title }}</h1>
|
<h1>{{ this.title }}</h1>
|
||||||
{{ this.description }}
|
<p>{{ this.description }}</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -28,10 +28,14 @@
|
|||||||
{{ this.body }}
|
{{ this.body }}
|
||||||
{% if this.enable or this.enable2 -%}
|
{% if this.enable or this.enable2 -%}
|
||||||
{% if this.enable -%}
|
{% 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 %}
|
{%- endif %}
|
||||||
{% if this.enable2 -%}
|
{% 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 %}
|
||||||
{% endif -%}
|
{% endif -%}
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user