summaryrefslogtreecommitdiff
path: root/design/templates/details/page.html
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2016-12-28 11:19:44 -0500
committerluxagraf <sng@luxagraf.net>2016-12-28 11:19:44 -0500
commit3216793fd46f48e6518893de9f3e2c99a06a9fd0 (patch)
tree9f2edd5e5eb7142344c0039031c3cfd617133bde /design/templates/details/page.html
parent8866872e437c07f3356cc97ee55193c2c0511390 (diff)
more bugs
Diffstat (limited to 'design/templates/details/page.html')
-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">