scss: replace value by a pico variable
- Replaces a spacing value in the medias SCSS file by the pico variable. - Fixes the IDs of the personal and professional contact headers, to ease linking. - Rewrite the indentation of a shortcode. Co-Authored-by: iGor milhit <igor@milhit.ch>dev
parent
47ccca91d1
commit
f4703cf789
|
@ -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