You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2014/01/28 19:43:14 UTC

svn commit: r1562147 - /myfaces/site/cms-site/trunk/templates/skeleton.html

Author: lu4242
Date: Tue Jan 28 18:43:13 2014
New Revision: 1562147

URL: http://svn.apache.org/r1562147
Log:
try myfaces site skin

Modified:
    myfaces/site/cms-site/trunk/templates/skeleton.html

Modified: myfaces/site/cms-site/trunk/templates/skeleton.html
URL: http://svn.apache.org/viewvc/myfaces/site/cms-site/trunk/templates/skeleton.html?rev=1562147&r1=1562146&r2=1562147&view=diff
==============================================================================
--- myfaces/site/cms-site/trunk/templates/skeleton.html (original)
+++ myfaces/site/cms-site/trunk/templates/skeleton.html Tue Jan 28 18:43:13 2014
@@ -20,7 +20,6 @@
   <div id="header">
     <div id="top_menu">
       <div id="top_menu_container">
-          {% block tagline %}{{ headers.title }}{% endblock %}
           <!-- #simplePublishDate($decoration.publishDate)
           #links( $decoration.body.links ) -->
         <div class="clear"></div>
@@ -58,6 +57,7 @@
     </div>
     <div id="body_column">
       <div>
+      <p>{% block tagline %}{{ headers.title }}{% endblock %}</p>
       <p>{{ breadcrumbs|safe }}</p>
       {% block content %}<div id="content" class="grid_16"><div class="section-content">{{ content|markdown }}</div></div>{% endblock %}
       </div>