You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by zo...@apache.org on 2010/12/10 16:39:05 UTC

svn commit: r1044403 - /incubator/aries/branches/site/trunk/templates/standard.html

Author: zoe
Date: Fri Dec 10 15:39:05 2010
New Revision: 1044403

URL: http://svn.apache.org/viewvc?rev=1044403&view=rev
Log:
ARIES-502 Better fix for page titles

Modified:
    incubator/aries/branches/site/trunk/templates/standard.html

Modified: incubator/aries/branches/site/trunk/templates/standard.html
URL: http://svn.apache.org/viewvc/incubator/aries/branches/site/trunk/templates/standard.html?rev=1044403&r1=1044402&r2=1044403&view=diff
==============================================================================
--- incubator/aries/branches/site/trunk/templates/standard.html (original)
+++ incubator/aries/branches/site/trunk/templates/standard.html Fri Dec 10 15:39:05 2010
@@ -25,7 +25,7 @@ type="text/javascript"></script>
 <meta name="keywords" content="..."/>
 <meta name="description" content="..." />
     <title>
-Apache Aries (incubating)
+		Apache Aries - {% block title %}{{ headers.title }}{% endblock %}
     </title>
   </head>
 <body onload="init()">