Browse Source

updated template to reflect design changes in go-staticmd project

Casey DeLorme 10 years ago
parent
commit
8c4fd05d6d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      template.tmpl

+ 2 - 2
template.tmpl

@@ -3,7 +3,7 @@
 <head>
     <meta charset="utf-8">
     <title>Casey DeLorme's Portfolio / caseydelorme.com</title>
-    <link rel="stylesheet" type="text/css" href="{{$css}}#{{$gitversion}}">
+    <link rel="stylesheet" type="text/css" href="/css/main.css#{{$gitversion}}">
 </head>
     <body>
 
@@ -21,7 +21,7 @@
         <footer>
             Copyright?
             <div class="scripts">
-                <script src="{{$javascript}}#{{$gitversion}}" async></script>
+                <script src="/js/main.js#{{$gitversion}}" async></script>
             </div>
         </footer>
     </body>