Browse Source

add main region instead of div for WAI

main
crunk 6 months ago
parent
commit
68a0d7d20c
  1. 4
      templates/index.html

4
templates/index.html

@ -3,7 +3,7 @@
{% block custombefore %}
{% include "custombefore.html" %}
{% endblock %}
<div class="crunkcolumns">
<main class="crunkcolumns">
{% block customcolumn %}
{% include "customcolumn.html" %}
{% endblock %}
@ -20,7 +20,7 @@
</div>
</div>
{% endfor%}
</div>
</main>
{% block customafter %}
{% include "customafter.html" %}
{% endblock %}

Loading…
Cancel
Save