give matomo title for radio audio
This commit is contained in:
parent
3cdd77cf4e
commit
4f34f3dff2
|
@ -73,13 +73,11 @@ poster_image: /assets/vid/radio.jpg
|
|||
</div>
|
||||
<div class="articles">
|
||||
<div id="radioPlaceholder"></div>
|
||||
<h2>Radio Under Maintenance.</h2>
|
||||
<p>Hopefully back soon</p>
|
||||
</div>
|
||||
{% include footer.html %}
|
||||
</div>
|
||||
</div>
|
||||
<audio preload="none">
|
||||
<audio preload="none" data-matomo-title="Basspistol Radio">
|
||||
<source src="https://radio.basspistol.com/radio.mp3" type="audio/mpeg" />
|
||||
<source src="https://radio.basspistol.com/radio.ogg" type="audio/ogg" />
|
||||
<h1>Your browser isn't ready for so much hotness. Use these links instead: <a href="https://radio.basspistol.com/radio.ogg.m3u">OGG</a> or <a href="https://radio.basspistol.com/radio.mp3.m3u">MP3</a></h1>.
|
||||
|
|
Loading…
Reference in a new issue