Author: fmeschbe
Date: Sun Apr 22 17:09:48 2012
New Revision: 1328905

URL: http://svn.apache.org/viewvc?rev=1328905&view=rev
Log:
layout fixes

Modified:
    sling/site/trunk/templates/skeleton.html

Modified: sling/site/trunk/templates/skeleton.html
URL: 
http://svn.apache.org/viewvc/sling/site/trunk/templates/skeleton.html?rev=1328905&r1=1328904&r2=1328905&view=diff
==============================================================================
--- sling/site/trunk/templates/skeleton.html (original)
+++ sling/site/trunk/templates/skeleton.html Sun Apr 22 17:09:48 2012
@@ -43,12 +43,10 @@
     
     <div class="main">
       <div class="breadcrump" style="font-size: 80%;">
-               (TODO: breadcrumb here)
-      </div>
-      <h1 class="title">{% block title %}{{ headers.title }}{% endblock %}</h1>
-      <div>
-           {% block content %}{{ content|markdown }}{% endblock %}
+{{ breadcrumbs|safe }}
       </div>
+   <!--   <h1 class="title">{% block title %}{{ headers.title }}{% endblock 
%}</h1> -->
+{% block content %}{% endblock %}
     
         <div class="trademarkFooter"> 
                Apache Sling, Sling, Apache, the Apache feather logo, and the 
Apache Sling project logo are trademarks of The Apache Software Foundation. All 
other marks mentioned may be trademarks or registered trademarks of their 
respective owners.


Reply via email to