Author: smarru
Date: Thu Sep 20 22:58:43 2012
New Revision: 1388257

URL: http://svn.apache.org/viewvc?rev=1388257&view=rev
Log:
removing incubation logo

Removed:
    airavata/site/trunk/content/images/apache-incubator-logo.png
Modified:
    airavata/site/trunk/templates/skeleton.html

Modified: airavata/site/trunk/templates/skeleton.html
URL: 
http://svn.apache.org/viewvc/airavata/site/trunk/templates/skeleton.html?rev=1388257&r1=1388256&r2=1388257&view=diff
==============================================================================
--- airavata/site/trunk/templates/skeleton.html (original)
+++ airavata/site/trunk/templates/skeleton.html Thu Sep 20 22:58:43 2012
@@ -45,6 +45,10 @@
       </div>
   </div>
 
+  <div id="navigation">
+  {% filter markdown %}{% include "sidenav.mdtext" %}{% endfilter %}
+  </div>
+
   <div id="content">
     <h1 class="title">{% block title %}{{ headers.title }}{% endblock %}</h1>
     {% block content %}{{ content|markdown }}{% endblock %}


Reply via email to