diff options
author | Jesús <heckyel@hyperbola.info> | 2019-06-07 19:00:39 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-06-07 19:00:39 -0500 |
commit | 5ba03cfec008189f3d46f5e10df3cfcb1838ccf9 (patch) | |
tree | ef58ec3ab45e21279ea3698584b9283c439d9a36 | |
parent | d9a15835c89f02deaaa86bf54991da90fe972c19 (diff) | |
download | libretube-theme-5ba03cfec008189f3d46f5e10df3cfcb1838ccf9.tar.lz libretube-theme-5ba03cfec008189f3d46f5e10df3cfcb1838ccf9.tar.xz libretube-theme-5ba03cfec008189f3d46f5e10df3cfcb1838ccf9.zip |
change to semantic HTML
-rw-r--r-- | index.html | 4 | ||||
-rw-r--r-- | post.html | 4 | ||||
-rw-r--r-- | single.html | 4 |
3 files changed, 6 insertions, 6 deletions
@@ -107,7 +107,7 @@ <hr> - <div class="row main-videos"> + <main class="row main-videos"> <div class="col-md-8"> @@ -248,7 +248,7 @@ </div> - </div> <!-- End Main Videos --> + </main> <!-- End Main Videos --> </div> </div> <!-- End Row --> @@ -97,7 +97,7 @@ </div> <!-- End Row --> <!-- Main --> - <div class="row mt-6 mt-10"> + <main class="row mt-6 mt-10"> <div class="col-md-12"> <div class="row mr-3"> <article class="col-md-8"> @@ -344,7 +344,7 @@ </div> </div> - </div> + </main> <!-- End Main --> <hr> diff --git a/single.html b/single.html index b07bcf6..4f348b0 100644 --- a/single.html +++ b/single.html @@ -108,7 +108,7 @@ <hr> <!-- Main videos --> - <div class="row main-videos"> + <main class="row main-videos"> <div class="col-md-12"> @@ -302,7 +302,7 @@ </div> </div> - </div> <!-- End Main Videos --> + </main> <!-- End Main Videos --> <!-- Pagination --> <nav class="mt-5"> |