diff montage/templates/grid.html @ 26:ee74cf1e444b

* update templates to use head.html * bump decoupage version to depend on
author Jeff Hammel <jhammel@mozilla.com>
date Wed, 27 Oct 2010 09:48:04 -0700
parents 17ccb1022656
children
line wrap: on
line diff
--- a/montage/templates/grid.html	Mon Feb 15 20:46:45 2010 -0500
+++ b/montage/templates/grid.html	Wed Oct 27 09:48:04 2010 -0700
@@ -5,8 +5,7 @@
       xmlns:py="http://genshi.edgewall.org/"
       xmlns:xi="http://www.w3.org/2001/XInclude">
   <head>
-    <title>${title or path}</title>
-    <link py:for="sheet in css" rel="stylesheet" type="text/css" href="${sheet}"/>
+    <xi:include href="head.html"/>
   </head>
   <body>
     <xi:include py:if="include" href="${include}"/>