forked from ag_kommunikation/webseite
parent
afc718aa7d
commit
f893267eb7
@ -26,10 +26,10 @@
|
|||||||
<div class="pod_ctrl_box">
|
<div class="pod_ctrl_box">
|
||||||
<audio controls class="pod_ctrl_box__audio_controls">
|
<audio controls class="pod_ctrl_box__audio_controls">
|
||||||
{% if post.podcastogg -%}
|
{% if post.podcastogg -%}
|
||||||
<source src="{{ post|url}}{{ post.podcastogg }}" type="audio/ogg">
|
<source src="{{ post|url(alt='de')}}{{ post.podcastogg }}" type="audio/ogg">
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
{% if post.podcastmp3 -%}
|
{% if post.podcastmp3 -%}
|
||||||
<source src="{{ post|url }}{{ post.podcastmp3 }}" type="audio/mpeg">
|
<source src="{{ post|url(alt='de') }}{{ post.podcastmp3 }}" type="audio/mpeg">
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
Your browser does not support the audio element.
|
Your browser does not support the audio element.
|
||||||
</audio>
|
</audio>
|
||||||
@ -41,16 +41,16 @@
|
|||||||
<div class="content__inner_half_box">
|
<div class="content__inner_half_box">
|
||||||
<audio controls>
|
<audio controls>
|
||||||
{% if post.podcastogg -%}
|
{% if post.podcastogg -%}
|
||||||
<source src="{{ post.podcastogg|url }}" type="audio/ogg">
|
<source src="{{ post.podcastogg|url(alt='de') }}" type="audio/ogg">
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
{% if post.podcastmp3 %}
|
{% if post.podcastmp3 %}
|
||||||
<source src="{{ post.podcastmp3|url }}" type="audio/mpeg">
|
<source src="{{ post.podcastmp3|url(alt='de') }}" type="audio/mpeg">
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
Your browser does not support the audio element.
|
Your browser does not support the audio element.
|
||||||
</audio>
|
</audio>
|
||||||
<br/>
|
<br/>
|
||||||
{% if post.podcastmp3 -%}
|
{% if post.podcastmp3 -%}
|
||||||
<a class="" href="{{ post.podcastmp3|url }}" download>
|
<a class="" href="{{ post.podcastmp3|url(alt='de') }}" download>
|
||||||
{%- if post.podcasttitle -%}
|
{%- if post.podcasttitle -%}
|
||||||
{{ post.podcasttitle }}
|
{{ post.podcasttitle }}
|
||||||
{%- else -%}
|
{%- else -%}
|
||||||
@ -60,7 +60,7 @@
|
|||||||
</a>
|
</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if post.podcastogg -%}
|
{% if post.podcastogg -%}
|
||||||
<a class="" href="{{ post.podcastogg|url }}" download>
|
<a class="" href="{{ post.podcastogg|url(alt='de') }}" download>
|
||||||
{%- if post.podcasttitle -%}
|
{%- if post.podcasttitle -%}
|
||||||
{{ post.podcasttitle }}
|
{{ post.podcasttitle }}
|
||||||
{%- else -%}
|
{%- else -%}
|
||||||
|
Loading…
Reference in New Issue
Block a user