Browse Source

add main region instead of div for WAI

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

4
templates/index.html

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

Loading…
Cancel
Save