diff options
author | Jesús <heckyel@hyperbola.info> | 2019-02-12 20:15:12 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-02-12 20:15:12 -0500 |
commit | cf69005cd9bb48f933cee79cf81671f93e84efd8 (patch) | |
tree | 4241f07981bf4a66d66faba268f1a63d85f515b1 /post.html | |
parent | c0f6e9cd3b69bb89f6372b33824c4b65813766cc (diff) | |
download | cl-theme-cf69005cd9bb48f933cee79cf81671f93e84efd8.tar.lz cl-theme-cf69005cd9bb48f933cee79cf81671f93e84efd8.tar.xz cl-theme-cf69005cd9bb48f933cee79cf81671f93e84efd8.zip |
change semantic HTML5
Diffstat (limited to 'post.html')
-rw-r--r-- | post.html | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -15,7 +15,7 @@ </head> <body> <!-- navigation --> - <div class="navigation"> + <header class="navigation"> <nav class="navbar"> <div class="container"> <!-- nav site title --> @@ -47,7 +47,7 @@ <!-- end of nav --> </div> </nav> - </div> + </header> <!-- end navigation --> <!-- page header (title, etc) --> @@ -270,7 +270,7 @@ <!-- end of page content --> <!-- footer: will stick to the bottom --> - <div class="footer footer-top-shadow"> + <footer class="footer footer-top-shadow"> <!-- header nav content --> <div class="navbar is-social-center"> <a class="navbar-item" href=""> @@ -322,7 +322,7 @@ <p>template by <a href="https://libregit.org/heckyel">libregit.org/heckyel</a></p> <p>this template is Free Software</p> </div> - </div> + </footer> <!-- end of footer --> <!-- navbar-burger --> <script src="js/navbar-burger.js"></script> |