Add Deutschland Audio
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user