put streamer in proper location on tracks
This commit is contained in:
parent
e841ad2a76
commit
6ca7db53cb
1 changed files with 3 additions and 2 deletions
|
|
@ -55,13 +55,13 @@ layout: default
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% include streamer.html %}
|
||||||
<!-- Page navigation -->
|
<!-- Page navigation -->
|
||||||
<section class="wrapper style1 align-center">
|
<section class="wrapper style1 align-center">
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<div class="index align-left">
|
<div class="index align-left">
|
||||||
<!-- Author -->
|
<!-- Author -->
|
||||||
{% include streamer.html %}
|
|
||||||
<section>
|
<section>
|
||||||
<!-- Content -->
|
<!-- Content -->
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|
@ -90,6 +90,7 @@ layout: default
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<!-- Audio player-->
|
<!-- Audio player-->
|
||||||
<audio autoplay preload="true" data-matomo-title="{{ page.common.title }}">
|
<audio autoplay preload="true" data-matomo-title="{{ page.common.title }}">
|
||||||
<source src="https://media.basspistol.com/panix/{{ page.slug }}.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
<source src="https://media.basspistol.com/panix/{{ page.slug }}.mp3" type="audio/mpeg" ontimeupdate='updateTrackTime(this);' />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue