Compare commits
1 Commits
098e268a15
...
480290f589
Author | SHA1 | Date |
---|---|---|
iGor milhit | 480290f589 |
|
@ -1,4 +1,4 @@
|
|||
<h2 id="contactsPriv">{{ i18n "contactsPriv" }}</h2>
|
||||
<h2 id="contacts-priv">{{ i18n "contactsPriv" }}</h2>
|
||||
<dl class="home-lists">
|
||||
{{ with .Site.Params.contactsPriv.email }}
|
||||
<dt>{{ i18n "e-mail" }}</dt>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<h2 id="contactsPro">{{ i18n "contactsPro" }}</h2>
|
||||
<h2 id="contacts-pro">{{ i18n "contactsPro" }}</h2>
|
||||
<dl class="home-lists">
|
||||
{{ with .Site.Params.contactsPro.email }}
|
||||
<dt>{{ i18n "e-mail" }}</dt>
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<figure class="stream">
|
||||
<figcaption><p>{{ .Get "legend" }}</p></figcaption>
|
||||
<audio controls>
|
||||
<source src="https://id-libre.org/live/stream.ogg" type="audio/ogg">
|
||||
<source src="https://id-libre.org/live/stream.mp3" type="audio/mpeg">
|
||||
{{ i18n "audioDownload" }} <a href="https://id-libre.org/live/stream.mp3">
|
||||
{{ i18n "thisLink" }}
|
||||
</a>
|
||||
</audio>
|
||||
<figcaption><p>{{ .Get "legend" }}</p></figcaption>
|
||||
<audio controls>
|
||||
<source src="https://id-libre.org/live/stream.ogg" type="audio/ogg">
|
||||
<source src="https://id-libre.org/live/stream.mp3" type="audio/mpeg">
|
||||
{{ i18n "audioDownload" }} <a href="https://id-libre.org/live/stream.mp3">
|
||||
{{ i18n "thisLink" }}
|
||||
</a>
|
||||
</audio>
|
||||
</figure>
|
||||
|
|
Loading…
Reference in New Issue