summaryrefslogtreecommitdiff
path: root/page.tmpl
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2012-08-09 01:29:51 +0200
committerJonas Smedegaard <dr@jones.dk>2021-03-24 10:12:56 +0100
commit44b5eae9dbd7a98115cedf0026a400f6bec78df6 (patch)
treeb84a1814de90138cf52436db1b1659cbc3160e35 /page.tmpl
parent85bddda418a1a4de04667fcb6c514df8987927b2 (diff)
move META to end of head below Modernizr and include unconditionally, to allow use of modernizr.load from local JavaScript snippets
Diffstat (limited to 'page.tmpl')
-rw-r--r--page.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/page.tmpl b/page.tmpl
index 160667b..c3aa693 100644
--- a/page.tmpl
+++ b/page.tmpl
@@ -25,7 +25,6 @@
</TMPL_IF>
<TMPL_IF FEEDLINKS><TMPL_VAR FEEDLINKS></TMPL_IF>
<TMPL_IF RELVCS><TMPL_VAR RELVCS></TMPL_IF>
-<TMPL_IF META><TMPL_VAR META></TMPL_IF>
<TMPL_LOOP TRAILLOOP>
<TMPL_IF PREVPAGE>
<link rel="prev" href="<TMPL_VAR PREVURL>" title="<TMPL_VAR PREVTITLE>" />
@@ -38,6 +37,7 @@
</TMPL_UNLESS>
<script src="<TMPL_VAR BASEURL>modernizr.js"></script>
+<TMPL_IF META><TMPL_VAR META></TMPL_IF>
</head>
<body>