diff options
-rw-r--r-- | design/templates/details/page.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/design/templates/details/page.html b/design/templates/details/page.html index 0fe1bd1..ba0f56a 100644 --- a/design/templates/details/page.html +++ b/design/templates/details/page.html @@ -7,7 +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%} + {% if object.path%}<li><a href="{{object.path|slugify}}">{{object.path}} → </li>{%endif%} <li>{{object.title}}</li> </ul> <article role="main"> |