diff --git a/ckanext/pages/theme/templates_main/ckanext_pages/page.html b/ckanext/pages/theme/templates_main/ckanext_pages/page.html index c8cc40f4..92e5caa1 100644 --- a/ckanext/pages/theme/templates_main/ckanext_pages/page.html +++ b/ckanext/pages/theme/templates_main/ckanext_pages/page.html @@ -1,5 +1,10 @@ {% extends 'page.html' %} +{% block breadcrumb_content %} +
  • {% link_for _('Pages'), controller='ckanext.pages.controller:PagesController', action='pages_index' %}
  • +
  • {% link_for c.page.title|truncate(35), controller='ckanext.pages.controller:PagesController', action='pages_show', page='/' + c.page.name %}
  • +{% endblock %} + {% block subtitle %}{{ c.page.title }}{% endblock %} {% block primary %}