summaryrefslogtreecommitdiff
path: root/page.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'page.tmpl')
-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>