Author: sijskes
Date: Fri Jan  7 10:52:33 2011
New Revision: 1056250

URL: http://svn.apache.org/viewvc?rev=1056250&view=rev
Log:
added title in banner

Modified:
    incubator/river/site/trunk/templates/skeleton.html

Modified: incubator/river/site/trunk/templates/skeleton.html
URL: 
http://svn.apache.org/viewvc/incubator/river/site/trunk/templates/skeleton.html?rev=1056250&r1=1056249&r2=1056250&view=diff
==============================================================================
--- incubator/river/site/trunk/templates/skeleton.html (original)
+++ incubator/river/site/trunk/templates/skeleton.html Fri Jan  7 10:52:33 2011
@@ -41,15 +41,13 @@
       <div>
 
 <!-- Banner -->
-                                                                        
-                                                                        
-            <div id="header_background">
-       <div id="river_logo">
-               <a href="/river"><img 
src="/river/images/apache_river_v2b_small.png"/></a>
-<img src="/river/images/apache-incubator-logo.png"/>
-
-       </div>
-       </div>
+<div id="header_background">
+    <div id="river_logo">
+        <a href="/river"><img alt="river logo" 
src="/river/images/apache_river_v2b_small.png"/></a>
+        <img alt="incubator logo" 
src="/river/images/apache-incubator-logo.png"/>
+    </div>
+    {% block title %}{{ headers.title }}{% endblock %}
+</div>
                                     
     <table border="0">
     <tbody>


Reply via email to