Author: fmeschbe
Date: Sat May 19 22:08:55 2012
New Revision: 1340577

URL: http://svn.apache.org/viewvc?rev=1340577&view=rev
Log:
SLING-2002 Use Title meta data for the <h1> tag and add last modification 
information again

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=1340577&r1=1340576&r2=1340577&view=diff
==============================================================================
--- sling/site/trunk/templates/skeleton.html (original)
+++ sling/site/trunk/templates/skeleton.html Sat May 19 22:08:55 2012
@@ -43,16 +43,21 @@
     
     <div class="main">
       <div class="breadcrump" style="font-size: 80%;">
-{{ breadcrumbs|safe }}
+        {{ breadcrumbs|safe }}
       </div>
-<!--   <h1 class="title">{% block title %}{{ headers.title }}{% endblock 
%}</h1> -->
+      <h1>{% block title %}{{ headers.title }}{% endblock %}</h1>
 <!-- {% block content %}{% endblock %}-->
 
-{% block content %}{{ content|markdown }}{% endblock %}
+      {% block content %}{{ content|markdown }}{% 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.
-       </div>
+      <div class="timestamp" style="margin-top: 30px; font-size: 80%; 
text-align: right;">
+        Rev. {{ svninfo.rev }} by {{ svninfo.author|safe }} on {{ 
svninfo.date|date:"D, j M Y H:i:s O" }}
+      </div>
+      <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.
+      </div>
     </div>
   </body>
 </html>


Reply via email to