JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
styl.styl -> style.styl, style.css -> css.css
[wfpl-cms.git] / template.html
index 89c3cb6..80920c0 100644 (file)
@@ -6,7 +6,7 @@
                ~$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" href="style.css?m=~style.css mtime~" />
+       <link rel="stylesheet" href="css.css?m=~css.css mtime~" />
        <!--~$meta_description nonempty {~--><meta name="description" content="~$meta_description attr~" /><!--~}~-->
        <!--~$meta_keywords nonempty {~--><meta name="keywords" content="~$meta_keywords attr~" /><!--~}~-->
        <!--~$head~-->
                <header>
                        header image here
                </header>
-               <nav id="site-nav">
-                       <ul><!--~$navbar_items {~-->
-                               <li><a href="~filename~">~title html~</a></li><!--~}~-->
-                       </ul>
-               </nav>
+               <!--~$navbar_items once_if {~-->
+                       <nav id="site-nav">
+                               <ul><!--~$navbar_items {~-->
+                                       <li><a href="~filename~">~title html~</a></li><!--~}~-->
+                               </ul>
+                       </nav>
+               <!--~}~-->
 
                <div id="main-body">
                        <!--~$admin_links {~-->