Selaa lähdekoodia

Update footer to be more POSH

Updated to use footer tag instead of a div named footer. Also changed
out the div named quote, in favor of the inline quote tag, q.
ApisNecros 1 vuosi sitten
vanhempi
säilyke
d94a1268f5
1 muutettua tiedostoa jossa 5 lisäystä ja 3 poistoa
  1. 5 3
      layouts/partials/footer.html

+ 5 - 3
layouts/partials/footer.html

@@ -1,7 +1,9 @@
 
-<div id="footer" class="panel text-center">
-	<div id="footer-quote" class="italic"><noscript>A cool quote from a song or something would be here if JavaScript were enabled</noscript></div>
+<footer class="panel text-center">
+	<p>
+		<q id="footer-quote" class="italic"><noscript>A cool quote from a song or something would be here if JavaScript were enabled</noscript></q>
+	</p>
 	&copy;{{ now.Format "2006" }} | <a id="footer-email" href="#"></a>
-</div>
+</footer>
 <script src="/projects/cipher/apiscipher.min.js"></script>
 <script src="/js/email_me.js"></script>