aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libretube-theme/templates/base.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/libretube-theme/templates/base.html b/libretube-theme/templates/base.html
index 845e782..4f01554 100644
--- a/libretube-theme/templates/base.html
+++ b/libretube-theme/templates/base.html
@@ -110,7 +110,7 @@
{%- block content -%}
<!-- Main videos -->
- <div class="row main-videos">
+ <main class="row main-videos">
<div class="col-md-12">
@@ -154,7 +154,7 @@
</div>
</div>
- </div>
+ </main>
<!-- End Main Videos -->
<!-- Pagination -->