JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
update template.html for stylus
authorJason Woofenden <jason@jasonwoof.com>
Mon, 22 Dec 2014 17:24:02 +0000 (12:24 -0500)
committerJason Woofenden <jason@jasonwoof.com>
Mon, 22 Dec 2014 17:24:02 +0000 (12:24 -0500)
template.html

index ff775b0..442685d 100644 (file)
@@ -2,13 +2,13 @@
 <html lang="en">
 <head>
        <title>~$title html~~$cms_title html~</title>
-       <!--~$meta_description nonempty {~--><meta name="description" content="~$meta_description attr~" /><!--~}~-->
-       <!--~$meta_keywords nonempty {~--><meta name="keywords" content="~$meta_keywords attr~" /><!--~}~-->
        <!--[if lt IE 9]>
                ~$running_locally {~<script src="/javascript/html5.js"></script>~}~
                ~$running_locally unset {~<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>~}~
        <![endif]-->
-       <link rel="stylesheet~$running_locally {~/less~}~" href="style.~$running_locally {~less?m=~style.less mtime~~}~~$running_locally unset {~css?m=~style.css mtime~~}~" /><!--~$running_locally {~--><script>less = {env:'development'};</script><script src="/javascript/less/less.min.js"></script><!--~}~-->
+       <link rel="stylesheet" href="style.css?m=~style.css mtime~" />
+       <!--~$meta_description nonempty {~--><meta name="description" content="~$meta_description attr~" /><!--~}~-->
+       <!--~$meta_keywords nonempty {~--><meta name="keywords" content="~$meta_keywords attr~" /><!--~}~-->
        <!--~$head~-->
 </head>