JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
include css after html5shim
authorJason Woofenden <jason@jasonwoof.com>
Sat, 21 May 2011 16:15:44 +0000 (12:15 -0400)
committerJason Woofenden <jason@jasonwoof.com>
Sat, 21 May 2011 16:15:44 +0000 (12:15 -0400)
template.html

index 45c261f..fd1d996 100644 (file)
@@ -3,12 +3,12 @@
 <head>
        <title>~main_title html~~cms_title html~</title>
        <meta charset="utf-8" />
-       <link rel="stylesheet" href="style_05.css" />
        <!--~meta_description nonempty {~--><meta name="description" content="~meta_description attr~" /><!--~}~-->
        <!--~meta_description nonempty {~--><meta name="keywords" content="~meta_keywords attr~" /><!--~}~-->
        <!--[if IE]>
                <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
        <![endif]-->
+       <link rel="stylesheet" href="style_05.css" />
        <!--~extra_headers~-->
 </head>