diff options
Diffstat (limited to 'templates/taxonomy_single.html')
-rw-r--r-- | templates/taxonomy_single.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/taxonomy_single.html b/templates/taxonomy_single.html index 460679d..d5712b0 100644 --- a/templates/taxonomy_single.html +++ b/templates/taxonomy_single.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% block main %} - <content> + <main> {%- if taxonomy.term %} <h3 style="margin-bottom:0">Filtering for "{{ term.name }}"</h3> <small> @@ -26,5 +26,5 @@ </li> {% endfor %} </ul> - </content> + </main> {% endblock %} |