aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-02-12 20:15:12 -0500
committerJesús <heckyel@hyperbola.info>2019-02-12 20:15:12 -0500
commitcf69005cd9bb48f933cee79cf81671f93e84efd8 (patch)
tree4241f07981bf4a66d66faba268f1a63d85f515b1
parentc0f6e9cd3b69bb89f6372b33824c4b65813766cc (diff)
downloadcl-theme-cf69005cd9bb48f933cee79cf81671f93e84efd8.tar.lz
cl-theme-cf69005cd9bb48f933cee79cf81671f93e84efd8.tar.xz
cl-theme-cf69005cd9bb48f933cee79cf81671f93e84efd8.zip
change semantic HTML5
-rw-r--r--about.html8
-rw-r--r--contact.html8
-rw-r--r--index.html8
-rw-r--r--post.html8
4 files changed, 16 insertions, 16 deletions
diff --git a/about.html b/about.html
index c9b5d51..a35c6f4 100644
--- a/about.html
+++ b/about.html
@@ -12,7 +12,7 @@
</head>
<body>
<!-- navigation -->
- <div class="navigation">
+ <header class="navigation">
<nav class="navbar">
<div class="container">
<!-- nav site title -->
@@ -44,7 +44,7 @@
<!-- end of nav -->
</div>
</nav>
- </div>
+ </header>
<!-- end navigation -->
<!-- page header (title, etc) -->
@@ -124,7 +124,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="">
@@ -176,7 +176,7 @@
<p>template by <a href="http://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>
diff --git a/contact.html b/contact.html
index 117410e..4c06f3e 100644
--- a/contact.html
+++ b/contact.html
@@ -12,7 +12,7 @@
</head>
<body>
<!-- navigation -->
- <div class="navigation">
+ <header class="navigation">
<nav class="navbar">
<div class="container">
<!-- nav site title -->
@@ -44,7 +44,7 @@
<!-- end of nav -->
</div>
</nav>
- </div>
+ </header>
<!-- end navigation -->
<!-- page header (title, etc) -->
@@ -157,7 +157,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="">
@@ -209,7 +209,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>
diff --git a/index.html b/index.html
index 6812fff..1e32c59 100644
--- a/index.html
+++ b/index.html
@@ -15,7 +15,7 @@
</head>
<body>
<!-- navigation -->
- <div class="navigation">
+ <header class="navigation">
<nav class="navbar">
<div class="container">
<!-- nav site title -->
@@ -48,7 +48,7 @@
<!-- end of nav -->
</div>
</nav>
- </div>
+ </header>
<!-- end navigation -->
<!-- page header (title, etc) -->
@@ -276,7 +276,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">
@@ -329,7 +329,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>
diff --git a/post.html b/post.html
index f16aa42..ab4bd76 100644
--- a/post.html
+++ b/post.html
@@ -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>