diff options
author | luxagraf <sng@luxagraf.net> | 2016-12-27 19:21:01 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2016-12-27 19:21:01 -0500 |
commit | 3aa18ea9eb76ee8f5dc87c4e357394333f3eea43 (patch) | |
tree | 30f721d48164882a933aa11c1765cba6905f3f64 /design/templates/details/page.html | |
parent | 1d080bdd0bd6dc47523df2128ed09dc4c4914421 (diff) |
tweaked page template to allow for better breadcrumbs
Diffstat (limited to 'design/templates/details/page.html')
-rw-r--r-- | design/templates/details/page.html | 1 |
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> → </li> + {% if object.path%}<li>{{object.path}}</li>{%endif%} <li>{{object.title}}</li> </ul> <article role="main"> |