diff options
Diffstat (limited to 'content/articles/course-html5/etiqueta-a.md')
-rw-r--r-- | content/articles/course-html5/etiqueta-a.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/articles/course-html5/etiqueta-a.md b/content/articles/course-html5/etiqueta-a.md index 6f56a89..c0a3202 100644 --- a/content/articles/course-html5/etiqueta-a.md +++ b/content/articles/course-html5/etiqueta-a.md @@ -11,7 +11,7 @@ Title: Etiqueta a <figure> <video id="player-ply" playsinline controls> <source src="https://archive.org/download/coursehtml5/0009-Etiqueta-a.webm" type="video/webm"> - <track kind="captions" label="Español" src="{static}/wp-content/uploads/article/subtitles/2019/04/0009-etiqueta-a-es.vtt" srclang="es" default> + <track kind="captions" label="Español" src="{filename}/wp-content/uploads/article/subtitles/2019/04/0009-etiqueta-a-es.vtt" srclang="es" default> </video> <figcaption> <h1>Etiqueta a 9/32</h1> |