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>2013-10-12 14:40:11 +0200
commit2b372fd411581c5e143a24674a666bdc68c28860 (patch)
treeaa234b33d1ed6c856001768a573542403319cbf1 /page.tmpl
parent3238f958d55ee06c32003cb3aad377ab9f289617 (diff)
Move meta tags to bottom of head, and load Modernizr just before (not after) meta tags, to allow use of modernizr.load from local JavaScript snippet.
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 92bffc1..17e32a1 100644
--- a/page.tmpl
+++ b/page.tmpl
@@ -32,7 +32,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>" />
@@ -45,6 +44,7 @@
</TMPL_UNLESS>
<script src="<TMPL_VAR BASEURL>modernizr.js"></script>
+<TMPL_IF META><TMPL_VAR META></TMPL_IF>
</head>
<body>