aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2021-12-06 21:43:48 -0500
committerJesús <heckyel@hyperbola.info>2021-12-06 21:43:48 -0500
commit147c446fb3c5afb771894c7d0408413170396c10 (patch)
tree510dddbc28aeaf769290e296f055510065a123f1
parentd4a6c2ba8252f9aef8fe5e101b51a3d9f2f3105a (diff)
downloadcl-147c446fb3c5afb771894c7d0408413170396c10.tar.lz
cl-147c446fb3c5afb771894c7d0408413170396c10.tar.xz
cl-147c446fb3c5afb771894c7d0408413170396c10.zip
cl-theme: fix w3c syntax
-rw-r--r--cl-theme/templates/base.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/cl-theme/templates/base.html b/cl-theme/templates/base.html
index 402ec64..3e8ce16 100644
--- a/cl-theme/templates/base.html
+++ b/cl-theme/templates/base.html
@@ -61,7 +61,7 @@
<div class="container">
<!-- nav site title -->
<!-- Input for menu-mobile with checkbox-->
- <input id="navbar-toggle-cbox" role="button" type="checkbox">
+ <input id="navbar-toggle-cbox" type="checkbox">
<!-- End Input for menu-mobile with checkbox-->
<div class="navbar-brand">
@@ -71,16 +71,18 @@
<!-- this "navbar-burger" hamburger menu is only visible on mobile -->
<label class="nav__toggle" for="navbar-toggle-cbox">
<!-- Menu -->
- <svg class="menu" viewBox="0 0 448 512" width="100" title="bars">
+ <svg class="menu" viewBox="0 0 448 512" width="100">
<path
d="M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z"
/>
+ <title>Bars</title>
</svg>
<!-- Close -->
- <svg class="close" viewBox="0 0 384 512" width="100" title="times">
+ <svg class="close" viewBox="0 0 384 512" width="100">
<path
d="M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z"
/>
+ <title>Close</title>
</svg>
</label>
<!-- end of burger -->