فهرست منبع

Add noscript tag in footer quotes div

Added a noscript tag to the footer where the quotes would go telling the
user that a cool quote would go there.
ApisNecros 2 سال پیش
والد
کامیت
627077bb7f
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      layouts/partials/footer.html

+ 1 - 1
layouts/partials/footer.html

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