add main region instead of div for WAI
This commit is contained in:
parent
843742140c
commit
68a0d7d20c
@ -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…
Reference in New Issue
Block a user