[Commits] r682 - sandbox/docsrc/_templates

commits at geoext.org commits at geoext.org
Tue May 12 01:43:04 CEST 2009


Author: tschaub
Date: 2009-05-12 01:43:04 +0200 (Tue, 12 May 2009)
New Revision: 682

Modified:
   sandbox/docsrc/_templates/layout.html
Log:
the point of using a template was to override only what we needed changed

Modified: sandbox/docsrc/_templates/layout.html
===================================================================
--- sandbox/docsrc/_templates/layout.html	2009-05-11 22:34:43 UTC (rev 681)
+++ sandbox/docsrc/_templates/layout.html	2009-05-11 23:43:04 UTC (rev 682)
@@ -103,6 +103,7 @@
   {%- else %}
   <link rel="stylesheet" href="{{ pathto('_static/' + style, 1) }}" type="text/css" />
   <link rel="stylesheet" href="{{ pathto('_static/pygments.css', 1) }}" type="text/css" />
+  <link rel="stylesheet" href="{{ pathto('_static/geoext.css', 1) }}" type="text/css" />
   {%- endif %}
   {%- if builder != 'htmlhelp' %}
   <script type="text/javascript">



More information about the Commits mailing list