Author: vanto
Date: Thu Nov 15 00:59:06 2012
New Revision: 1409628

URL: http://svn.apache.org/viewvc?rev=1409628&view=rev
Log:
a couple of template tweaks.

Modified:
    ode/site/trunk/content/index.mdtext
    ode/site/trunk/templates/skeleton.html

Modified: ode/site/trunk/content/index.mdtext
URL: 
http://svn.apache.org/viewvc/ode/site/trunk/content/index.mdtext?rev=1409628&r1=1409627&r2=1409628&view=diff
==============================================================================
--- ode/site/trunk/content/index.mdtext (original)
+++ ode/site/trunk/content/index.mdtext Thu Nov 15 00:59:06 2012
@@ -1,4 +1,4 @@
-Title: Apache ODE™
+Title: Apache ODE<sup>™</sup>
 Subtitle: The Orchestration Director Engine executes business processes 
written following the WS-BPEL standard.
 Notice:    Licensed to the Apache Software Foundation (ASF) under one
            or more contributor license agreements.  See the NOTICE file

Modified: ode/site/trunk/templates/skeleton.html
URL: 
http://svn.apache.org/viewvc/ode/site/trunk/templates/skeleton.html?rev=1409628&r1=1409627&r2=1409628&view=diff
==============================================================================
--- ode/site/trunk/templates/skeleton.html (original)
+++ ode/site/trunk/templates/skeleton.html Thu Nov 15 00:59:06 2012
@@ -72,9 +72,10 @@
     {% block tagline %}
     <header class="jumbotron subhead" id="overview">
       <div class="container">
+        {% if headers.subtitle %}
         <div class="row">
           <div class="span11">
-            <h1>{{ headers.title }}</h1>
+            <h1>{{ headers.title|safe}}</h1>
             {% if headers.subtitle %}
             <p class="lead">{{headers.subtitle}}</p>
             {% endif %}
@@ -82,6 +83,10 @@
           <div class="span1">
             <img src="img/director_200.png"/>
           </div>
+        </div>
+        {% else %}
+        <h1>{{ headers.title }}</h1>
+        {% endif %}
       </div>
     </header>
     {% endblock %}


Reply via email to