diff options
author | Jonas Smedegaard <dr@jones.dk> | 2012-08-09 01:29:51 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2013-10-12 14:40:11 +0200 |
commit | 2b372fd411581c5e143a24674a666bdc68c28860 (patch) | |
tree | aa234b33d1ed6c856001768a573542403319cbf1 | |
parent | 3238f958d55ee06c32003cb3aad377ab9f289617 (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.
-rw-r--r-- | page.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |