Skip to content

Commit

Permalink
Limit to a single 'main' landmark. (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
kimisgold committed Jan 8, 2025
1 parent 08cb070 commit eb7922d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions view/layout/layout.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ $this->htmlElement('body')->appendAttribute('class', 'body-truncate-' . $bodyTru
</nav>
</header>

<main class="oc-content" role="main">
<div class="oc-content">
<div class="oc-content-inner">
<?php if ($banner): ?>
<div class="banner <?php echo $bannerWidth; ?>">
Expand All @@ -81,7 +81,7 @@ $this->htmlElement('body')->appendAttribute('class', 'body-truncate-' . $bodyTru
<?php endif; ?>
</footer>
</div>
</main>
</div>
</div>
</div>
<script type="text/javascript" src="<?php echo $this->assetUrl('js/offcanvas.js'); ?>"></script>
Expand Down

0 comments on commit eb7922d

Please sign in to comment.