Author: rgardler
Date: Thu Mar 17 00:58:18 2011
New Revision: 1082360
URL: http://svn.apache.org/viewvc?rev=1082360&view=rev
Log:
CMS commit to wookie by rgardler
Modified:
incubator/wookie/site/trunk/templates/skeleton.html
Modified: incubator/wookie/site/trunk/templates/skeleton.html
URL:
http://svn.apache.org/viewvc/incubator/wookie/site/trunk/templates/skeleton.html?rev=1082360&r1=1082359&r2=1082360&view=diff
==============================================================================
--- incubator/wookie/site/trunk/templates/skeleton.html (original)
+++ incubator/wookie/site/trunk/templates/skeleton.html Thu Mar 17 00:58:18 2011
@@ -25,13 +25,16 @@
</head>
<body>
+ <div id="banner">
+ <img alt="Apache Wookie (Incubating)" src="/wookie/images/logo.png"/>
+ <h1 class="title">{% block title %}{{ headers.title }}{% endblock %}</h1>
+ </div>
+
<div id="navigation">
- <img alt="Apache Wookie (Incubating)" src="/wookie/images/logo.png"/>
{% filter markdown %}{% include "sidenav.mdtext" %}{% endfilter %}
</div>
<div id="content">
- <h1 class="title">{% block title %}{{ headers.title }}{% endblock %}</h1>
{% block content %}{{ content|markdown }}{% endblock %}
</div>