summaryrefslogtreecommitdiff
path: root/design/templates/details/page.html
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2016-12-27 19:21:01 -0500
committerluxagraf <sng@luxagraf.net>2016-12-27 19:21:01 -0500
commit3aa18ea9eb76ee8f5dc87c4e357394333f3eea43 (patch)
tree30f721d48164882a933aa11c1765cba6905f3f64 /design/templates/details/page.html
parent1d080bdd0bd6dc47523df2128ed09dc4c4914421 (diff)
tweaked page template to allow for better breadcrumbs
Diffstat (limited to 'design/templates/details/page.html')
-rw-r--r--design/templates/details/page.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/design/templates/details/page.html b/design/templates/details/page.html
index a09a63a..69e4615 100644
--- a/design/templates/details/page.html
+++ b/design/templates/details/page.html
@@ -7,6 +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%}
<li>{{object.title}}</li>
</ul>
<article role="main">