Add Deutschland Audio

This commit is contained in:
2022-03-24 14:59:03 +01:00
parent 82fc610882
commit a90536aace
7 changed files with 26 additions and 6 deletions

0
.hugo_build.lock Normal file
View File

View 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

View File

@@ -3,10 +3,17 @@ title: "Nos Morceaux"
type: page
---
### La Symphonie du Nouveau Knup
### &#127897;&#65039; 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">}}

View File

@@ -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>

View File

@@ -0,0 +1 @@
<p {{ with .Get "class" }}class="{{ . }}"{{ end }}>{{ with .Get "text" }}{{ . }}{{ end }}</p>

Binary file not shown.

View File

@@ -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;
}