diff options
author | luxagraf <sng@luxagraf.net> | 2016-12-27 19:24:05 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2016-12-27 19:24:05 -0500 |
commit | c9f8147ce58f95399cd84d9123a782e700d51c93 (patch) | |
tree | 750d563c381e565c90cbf14ef74dfe97147f0faf /design/templates | |
parent | 3aa18ea9eb76ee8f5dc87c4e357394333f3eea43 (diff) |
forgot arrow
Diffstat (limited to 'design/templates')
-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 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> → </li> - {% if object.path%}<li>{{object.path}}</li>{%endif%} + {% if object.path%}<li>{{object.path}} → </li>{%endif%} <li>{{object.title}}</li> </ul> <article role="main"> |