summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/books/templates/books/book_detail.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/books/templates/books/book_detail.html b/app/books/templates/books/book_detail.html
index 99d5b9d..98b2c60 100644
--- a/app/books/templates/books/book_detail.html
+++ b/app/books/templates/books/book_detail.html
@@ -1,7 +1,7 @@
{% extends 'base.html' %}
{% load typogrify_tags %}
{%block bodyid%}class="detail"{%endblock%}
-{% block breadcrumbs %}{% include "lib/breadcrumbs_detail.html" with breadcrumbs=breadcrumbs %}{% endblock %}
+{% block breadcrumbs %}{% include "lib/breadcrumbs.html" with breadcrumbs=breadcrumbs %}{% endblock %}
{% block primary %}<main itemprop="mainEntity" itemscope itemtype="http://schema.org/Book">
<header class="tight">
<h1 class="post-title book-title" itemprop="name">{{object.title|smartypants|widont|safe}}</h1>