You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by fc...@apache.org on 2012/07/16 14:32:19 UTC

svn commit: r1361997 - /incubator/stanbol/site/trunk/templates/skeleton.html

Author: fchrist
Date: Mon Jul 16 12:32:19 2012
New Revision: 1361997

URL: http://svn.apache.org/viewvc?rev=1361997&view=rev
Log:
STANBOL-691 first test for adding breadcrumps

Modified:
    incubator/stanbol/site/trunk/templates/skeleton.html

Modified: incubator/stanbol/site/trunk/templates/skeleton.html
URL: http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/templates/skeleton.html?rev=1361997&r1=1361996&r2=1361997&view=diff
==============================================================================
--- incubator/stanbol/site/trunk/templates/skeleton.html (original)
+++ incubator/stanbol/site/trunk/templates/skeleton.html Mon Jul 16 12:32:19 2012
@@ -44,6 +44,9 @@
       {% filter markdown %}{% include "sidenav.mdtext" %}{% endfilter %}
   </div>
   <div id="content">
+    <div class="breadcrump" style="font-size: 80%;">
+      {{ breadcrumbs|safe }}
+    </div>
     <h1 class="title">{% block title %}{{ headers.title }}{% endblock %}</h1>
     {% block content %}{{ content|markdown }}{% endblock %}
   </div>