summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--design/templates/details/page.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/design/templates/details/page.html b/design/templates/details/page.html
index ba0f56a..e0e1d47 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> &rarr; </li>
- {% if object.path%}<li><a href="{{object.path|slugify}}">{{object.path}} &rarr; </li>{%endif%}
+ {% if object.path%}<li><a href="/{{object.path|slugify}}/">{{object.path}}</a> &rarr; </li>{%endif%}
<li>{{object.title}}</li>
</ul>
<article role="main">