taxonomy titles are now chosen programatically; footer is now always at the bottom; updated taxonomies and readme;
This commit is contained in:
parent
599a6f9af0
commit
0f57726bc4
12 changed files with 43 additions and 28 deletions
|
@ -1,6 +1,5 @@
|
|||
{% extends "taxonomy_list.html" %}
|
||||
|
||||
{% block content %}
|
||||
{% set title = "All Categories"%}
|
||||
{{ super() }}
|
||||
{% endblock content %}
|
|
@ -1,6 +1,5 @@
|
|||
{% extends "taxonomy_single.html" %}
|
||||
|
||||
{% block content %}
|
||||
{% set title = "Category: " ~ term.name %}
|
||||
{{ super() }}
|
||||
{% endblock content %}
|
Loading…
Add table
Add a link
Reference in a new issue