summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2011-10-11 02:46:27 +0200
committerJonas Smedegaard <dr@jones.dk>2021-03-24 10:12:56 +0100
commit85bddda418a1a4de04667fcb6c514df8987927b2 (patch)
treebd5c3799d1b13f93038d4ae087c0ebf086690239
parentb9b8c34ffb7940b8eb784944e0a00ca1b1122bbb (diff)
add modernizr
-rw-r--r--page.tmpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/page.tmpl b/page.tmpl
index de40956..160667b 100644
--- a/page.tmpl
+++ b/page.tmpl
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<TMPL_IF HTML_LANG_CODE><html lang="<TMPL_VAR HTML_LANG_CODE>" dir="<TMPL_VAR HTML_LANG_DIR>" xmlns="http://www.w3.org/1999/xhtml"><TMPL_ELSE><html xmlns="http://www.w3.org/1999/xhtml"></TMPL_IF>
+<TMPL_IF HTML_LANG_CODE><html class="no-js" lang="<TMPL_VAR HTML_LANG_CODE>" dir="<TMPL_VAR HTML_LANG_DIR>" xmlns="http://www.w3.org/1999/xhtml"><TMPL_ELSE><html class="no-js" xmlns="http://www.w3.org/1999/xhtml"></TMPL_IF>
<head>
<TMPL_IF DYNAMIC>
<TMPL_IF FORCEBASEURL><base href="<TMPL_VAR FORCEBASEURL>" /><TMPL_ELSE>
@@ -37,6 +37,7 @@
</TMPL_LOOP>
</TMPL_UNLESS>
+<script src="<TMPL_VAR BASEURL>modernizr.js"></script>
</head>
<body>