Skip to content

Commit

Permalink
Partially addresses ckan#45
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfullerton authored and bluepython508 committed Feb 24, 2023
1 parent 0bd083b commit 1f94d72
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ckanext/pages/theme/templates_main/ckanext_pages/page.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{% extends 'page.html' %}

{% block breadcrumb_content %}
<li>{% link_for _('Pages'), controller='ckanext.pages.controller:PagesController', action='pages_index' %}</li>
<li class="active">{% link_for c.page.title|truncate(35), controller='ckanext.pages.controller:PagesController', action='pages_show', page='/' + c.page.name %}</li>
{% endblock %}

{% block subtitle %}{{ c.page.title }}{% endblock %}

{% block primary %}
Expand Down

0 comments on commit 1f94d72

Please sign in to comment.