Add Deutschland Audio
This commit is contained in:
0
.hugo_build.lock
Normal file
0
.hugo_build.lock
Normal file
@@ -76,7 +76,7 @@ enableRobotsTXT = true
|
||||
# You can use this to inject any HTML in the <head> tag.
|
||||
# Ideal usecase for this is to import custom js/css or add your analytics snippet
|
||||
customHeadHTML = '''
|
||||
<link rel="stylesheet" href="/css/ozk.css">
|
||||
<link rel="stylesheet" type="text/css" href="/css/ozk.css">
|
||||
'''
|
||||
|
||||
# Keywords relevant for SEO
|
||||
|
||||
@@ -3,10 +3,17 @@ title: "Nos Morceaux"
|
||||
type: page
|
||||
---
|
||||
|
||||
### La Symphonie du Nouveau Knup
|
||||
### 🎙️ Enregistrement Cave, 20 février 2022
|
||||
{{<customText class="subtitle" text="Enregistré avec 1 Zoom - Mixage Debs">}}
|
||||
|
||||
{{<audio src="/audio/StFunny.mp3">}}
|
||||
**La Symphonie du Nouveau Knup**
|
||||
|
||||
### Hashi de T&Tea Fumé
|
||||
{{<audio src="/audio/StFunny.mp3" caption="Symphonie du Nouveau Monde de Dvořák, dérangée par OzK - © 2022 OzK">}}
|
||||
|
||||
{{<audio src="/audio/TNT.mp3">}}
|
||||
**Hashi de T&Tea Fumé**
|
||||
|
||||
{{<audio src="/audio/TNT.mp3" caption="TNT de ACDC feat Smoke on the Water de Deep Purple, dérangés par Debs - © 2022 OzK">}}
|
||||
|
||||
**DeudeucheLand**
|
||||
|
||||
{{<audio src="/audio/DeudeucheLand.mp3" caption="Deutschland de Rammstein, dérangé par PVR - © 2022 OzK">}}
|
||||
@@ -2,5 +2,5 @@
|
||||
<audio controls preload="{{ .Get "preload" | default "metadata" }}">
|
||||
{{ with .Get "src" }}<source src="{{ . | relURL }}" type="audio/mpeg">{{ end }}
|
||||
</audio>
|
||||
{{ with .Get "caption" }}<figcaption>{{ . }}</figcaption>{{ end }}
|
||||
{{ with .Get "caption" }}<figcaption class="audioCaption">{{ . }}</figcaption>{{ end }}
|
||||
</figure>
|
||||
1
layouts/shortcodes/customText.html
Normal file
1
layouts/shortcodes/customText.html
Normal file
@@ -0,0 +1 @@
|
||||
<p {{ with .Get "class" }}class="{{ . }}"{{ end }}>{{ with .Get "text" }}{{ . }}{{ end }}</p>
|
||||
BIN
static/audio/DeudeucheLand.mp3
Normal file
BIN
static/audio/DeudeucheLand.mp3
Normal file
Binary file not shown.
@@ -11,4 +11,16 @@ img[alt=LogoAbout] {
|
||||
.home-about .avatar img.custom {
|
||||
height: 20rem;
|
||||
width: 20rem;
|
||||
}
|
||||
|
||||
.audioCaption {
|
||||
font-size: small;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
.subtitle {
|
||||
font-size: small;
|
||||
font-style: italic;
|
||||
margin-top: -20px;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
Reference in New Issue
Block a user