You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by si...@apache.org on 2011/01/07 12:05:33 UTC

svn commit: r1056259 - /incubator/river/site/trunk/templates/skeleton.html

Author: sijskes
Date: Fri Jan  7 11:05:32 2011
New Revision: 1056259

URL: http://svn.apache.org/viewvc?rev=1056259&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=1056259&r1=1056258&r2=1056259&view=diff
==============================================================================
--- incubator/river/site/trunk/templates/skeleton.html (original)
+++ incubator/river/site/trunk/templates/skeleton.html Fri Jan  7 11:05:32 2011
@@ -45,10 +45,10 @@
     <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"/>
+        <span class="title" >
+        {% block title %}{{ headers.title }}{% endblock %}
+        </span>
     </div>
-    <span class="title" >
-    {% block title %}{{ headers.title }}{% endblock %}
-    </span>
 </div>
                                     
     <table border="0">