Fixed role main in default.liquid

This commit is contained in:
George 2024-01-15 17:40:33 -03:00 committed by GitHub
parent 1775a9a99d
commit f669b23136
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
{% include header.liquid %} {% include header.liquid %}
<!-- Content --> <!-- Content -->
<div class="container mt-5" role="contentinfo"> <div class="container mt-5" role="main">
{% if page.toc and page.toc.sidebar %} {% if page.toc and page.toc.sidebar %}
{% if page.toc.sidebar == 'right' %} {% if page.toc.sidebar == 'right' %}
<div class="row"> <div class="row">