diff options
Diffstat (limited to 'design/templates')
-rw-r--r-- | design/templates/details/page.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/design/templates/details/page.html b/design/templates/details/page.html index a09a63a..69e4615 100644 --- a/design/templates/details/page.html +++ b/design/templates/details/page.html @@ -7,6 +7,7 @@ {% block primary %}<ul class="bl" id="breadcrumbs" itemscope itemtype="http://data-vocabulary.org/Breadcrumb"> <li><a href="/" title="luxagraf homepage" itemprop="url"><span itemprop="title">Home</span></a> → </li> + {% if object.path%}<li>{{object.path}}</li>{%endif%} <li>{{object.title}}</li> </ul> <article role="main"> |