diff options
author | Jesús <heckyel@hyperbola.info> | 2019-04-11 10:54:38 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-04-11 10:54:38 -0500 |
commit | 1aa2899f45fd5dd8e0b20b84dbef4218c4942f15 (patch) | |
tree | 9b973e3e01c35518ffc7ff4a988b0c91860cdfcf | |
parent | b0257b8f5bdb357fb9af901488139de304b39917 (diff) | |
download | libretube-theme-1aa2899f45fd5dd8e0b20b84dbef4218c4942f15.tar.lz libretube-theme-1aa2899f45fd5dd8e0b20b84dbef4218c4942f15.tar.xz libretube-theme-1aa2899f45fd5dd8e0b20b84dbef4218c4942f15.zip |
fix semantic html5
-rw-r--r-- | post.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -100,7 +100,7 @@ <div class="row mt-6 mt-10"> <div class="col-md-12"> <div class="row mr-3"> - <div class="col-md-8"> + <article class="col-md-8"> <video controls> <source src="https://archive.org/download/coursehtml5/0010-Etiquetas-p-span.mp4" type="video/mp4"> @@ -192,7 +192,7 @@ </ul> </div> <!--End Comments --> - </div> + </article> <div class="col-md-4"> <!-- article video 1 --> |