.. like the videos and images front-matter.master
parent
11717d108b
commit
c0f3ec57f4
5 changed files with 30 additions and 14 deletions
@ -1,9 +0,0 @@ |
||||
+++ |
||||
title = "Audio" |
||||
audio = "audio path with space.mp3" |
||||
tags = ["front-matter", "audio"] |
||||
draft = false |
||||
+++ |
||||
|
||||
If the audio path has spaces in it, wrap the whole path in double |
||||
quotes. |
||||
@ -0,0 +1,8 @@ |
||||
+++ |
||||
title = "Multiple audio files" |
||||
tags = ["front-matter", "audio", "multiple"] |
||||
draft = false |
||||
+++ |
||||
|
||||
If a audio path has spaces in it, wrap the whole path in double |
||||
quotes. |
||||
@ -0,0 +1,8 @@ |
||||
+++ |
||||
title = "Single audio file" |
||||
tags = ["front-matter", "audio", "single"] |
||||
draft = false |
||||
+++ |
||||
|
||||
If a audio path has spaces in it, wrap the whole path in double |
||||
quotes. |
||||
Loading…
Reference in new issue