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>
|
||||
</section>
|
||||
{% endif %}
|
||||
|
||||
{% include streamer.html %}
|
||||
<!-- Page navigation -->
|
||||
<section class="wrapper style1 align-center">
|
||||
<div class="inner">
|
||||
<div class="index align-left">
|
||||
<!-- Author -->
|
||||
{% include streamer.html %}
|
||||
|
||||
<section>
|
||||
<!-- Content -->
|
||||
<div class="content">
|
||||
|
|
@ -90,6 +90,7 @@ layout: default
|
|||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Audio player-->
|
||||
<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);' />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue