summaryrefslogtreecommitdiff
path: root/design/templates/details
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2019-02-22 21:11:29 -0600
committerluxagraf <sng@luxagraf.net>2019-02-22 21:11:29 -0600
commit6abb3efbda0afebb8022ec86c77cf39121d15ed2 (patch)
tree6592b7bef6fa386880895e2d64d808dfb431044c /design/templates/details
parent10d33b813ceae48c98d521930adab6171f580bca (diff)
fixed breadcrumb bug in book template
Diffstat (limited to 'design/templates/details')
-rw-r--r--design/templates/details/book.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/design/templates/details/book.html b/design/templates/details/book.html
index 782b07d..6d09186 100644
--- a/design/templates/details/book.html
+++ b/design/templates/details/book.html
@@ -3,7 +3,8 @@
{%block bodyid%}class="detail"{%endblock%}
{% 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>
- <li><a href="/books/" title="books" itemprop="url"><span itemprop="title">books</span></a> &rarr; </li>
+ <li><a href="/book-notes/" title="books" itemprop="url"><span itemprop="title">books</span></a> &rarr; </li>
+ <li>{{object.title|smartypants|safe}}</li>
</ul>
<main itemprop="mainEntity" itemscope itemtype="http://schema.org/Book">
<header class="tight">