diff options
author | Jesús <heckyel@hyperbola.info> | 2020-06-15 10:33:13 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-06-15 10:33:13 -0500 |
commit | 311b214c9dfaab80a3ec72df276030a211f4dd1c (patch) | |
tree | 6f4ba837563f0c5cc60f27e4218fea00edcc3ce1 /content/articles/course-html5/sintaxis-html5.md | |
parent | 9fc0b656302ef3c3b5c55b719a5b38898198e072 (diff) | |
download | libretube-311b214c9dfaab80a3ec72df276030a211f4dd1c.tar.lz libretube-311b214c9dfaab80a3ec72df276030a211f4dd1c.tar.xz libretube-311b214c9dfaab80a3ec72df276030a211f4dd1c.zip |
Remove duplicate files, use of {filename} to replace {static}
Diffstat (limited to 'content/articles/course-html5/sintaxis-html5.md')
-rw-r--r-- | content/articles/course-html5/sintaxis-html5.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/articles/course-html5/sintaxis-html5.md b/content/articles/course-html5/sintaxis-html5.md index 664c425..6dc8895 100644 --- a/content/articles/course-html5/sintaxis-html5.md +++ b/content/articles/course-html5/sintaxis-html5.md @@ -12,7 +12,7 @@ Title: Sintaxis HTML5 <figure> <video id="player-ply" playsinline controls> <source src="https://archive.org/download/coursehtml5/0003-Sintaxis-HTML5.webm" type="video/webm"> - <track kind="captions" label="Español" src="{static}/wp-content/uploads/article/subtitles/2019/03/0003-sintaxis-html5-es.vtt" srclang="es" default> + <track kind="captions" label="Español" src="{filename}/wp-content/uploads/article/subtitles/2019/03/0003-sintaxis-html5-es.vtt" srclang="es" default> </video> <figcaption> <h1>Sintaxis HTML5 3/32</h1> |