mirror of
https://gitlab.com/EternalWanderer/vugo.git
synced 2025-06-08 06:14:26 +02:00
I don't like leading spaces
This commit is contained in:
parent
2bb8efab1f
commit
d1063e7df6
5 changed files with 31 additions and 61 deletions
|
@ -1,10 +1,3 @@
|
|||
<!--
|
||||
class: class of the figure
|
||||
link: url the image directs to
|
||||
alt: alternative text
|
||||
caption: caption
|
||||
mouse: what the image says when moused over ("title" in HTML)
|
||||
-->
|
||||
<audio controls="true">
|
||||
<source src="{{.Get "src" }}" type="audio/{{.Get "audio" }}">
|
||||
Sorry mate, your browser doesn't support playing audio files.
|
||||
|
|
1
layouts/shortcodes/hyperbowl.html
Normal file
1
layouts/shortcodes/hyperbowl.html
Normal file
|
@ -0,0 +1 @@
|
|||
<blockquote class="hyperbowl">{{ .Get "content" }}</blockquote>
|
Loading…
Add table
Add a link
Reference in a new issue