[gimp-web/header-image] Add <noscript> around default header img for non-js users



commit 1f5c3264ce58236dba0e7a80a8629de571b6c738
Author: Pat David <patdavid gmail com>
Date:   Mon Jan 16 14:25:53 2017 -0600

    Add <noscript> around default header img for non-js users

 themes/newgimp/templates/home.html |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/themes/newgimp/templates/home.html b/themes/newgimp/templates/home.html
index 5fbfacb..15a1cdf 100644
--- a/themes/newgimp/templates/home.html
+++ b/themes/newgimp/templates/home.html
@@ -274,7 +274,10 @@
         
     </section>
 
+    <noscript>
     <link rel='stylesheet' type='text/css' href="/theme/css/home-header.css" />
+    </noscript>
+
     <!-- <script async src='/images/headers.json'></script> -->
     <script async src='/js/rotateHeaderImg.js'></script>
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]