summaryrefslogtreecommitdiff
path: root/design/templates
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2016-12-27 19:24:05 -0500
committerluxagraf <sng@luxagraf.net>2016-12-27 19:24:05 -0500
commitc9f8147ce58f95399cd84d9123a782e700d51c93 (patch)
tree750d563c381e565c90cbf14ef74dfe97147f0faf /design/templates
parent3aa18ea9eb76ee8f5dc87c4e357394333f3eea43 (diff)
forgot arrow
Diffstat (limited to 'design/templates')
-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 69e4615..0fe1bd1 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>{{object.path}}</li>{%endif%}
+ {% if object.path%}<li>{{object.path}} &rarr; </li>{%endif%}
<li>{{object.title}}</li>
</ul>
<article role="main">