Fix pub title

master
Nick Sergeant 2011-12-03 00:21:30 -05:00
parent 0f518173e9
commit 1b25a60aaf
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
{% load pagination_tags %}
{% block page-title %}{% if tag %}/ public / {{ tag }} - {% endif %}{{ block.super }}{% endblock %}
{% block page-title %}/ public{% if tag %} / {{ tag }} - {% endif %}{{ block.super }}{% endblock %}
{% block breadcrumb %}
<li><a href="/public/">public</a></li>