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