diff pylons_app/templates/base/base.html @ 98:01d0f363f36d

added pygments webhelper
author Marcin Kuzminski <marcin@python-works.com>
date Sun, 25 Apr 2010 01:18:38 +0200
parents 25e01cb65282
children 8b06c420491d
line wrap: on
line diff
--- a/pylons_app/templates/base/base.html	Sun Apr 25 00:12:34 2010 +0200
+++ b/pylons_app/templates/base/base.html	Sun Apr 25 01:18:38 2010 +0200
@@ -4,8 +4,8 @@
 <head>
     <link rel="icon" href="${c.staticurl}hgicon.png" type="image/png" />
     <meta name="robots" content="index, nofollow"/>
-    <link rel="stylesheet" href="${c.staticurl}style-monoblue.css" type="text/css" />
-       <title>${next.title()}</title>
+    <title>${next.title()}</title>
+    ${self.css()}
     ${self.js()}
 </head>
 
@@ -83,7 +83,9 @@
         </ul>
 </%def>
 
-
+<%def name="css()">
+<link rel="stylesheet" href="/css/style-monoblue_custom.css" type="text/css" />
+</%def>
 
 <%def name="js()">
 <script type="text/javascript" src="/js/yui/utilities/utilities.js"></script>