Skip to content

Commit

Permalink
Use main tag for semantic markup
Browse files Browse the repository at this point in the history
  • Loading branch information
uoa-noel committed Jul 4, 2024
1 parent aa5b4ed commit 38e3312
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tardis/tardis_portal/templates/tardis_portal/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{% endblock script %}

{% block content %}
<div id="content" class="container">
<main id="content" class="container">
<div class="page-header">
<h1 class="mb-1">Home</h1>
</div>
Expand Down Expand Up @@ -258,7 +258,7 @@ <h3>

</div> {% comment %}class="col-md-12"{% endcomment %}
</div> {% comment %}class="row"{% endcomment %}
</div> {% comment %}id="content"{% endcomment %}
</main> {% comment %}id="content"{% endcomment %}
<input type="hidden" id="exps-expand-accordion" value="{{ exps_expand_accordion }}">
<input type="hidden" id="proj-expand-accordion" value="{{ proj_expand_accordion }}">

Expand Down

0 comments on commit 38e3312

Please sign in to comment.