Merge pull request #1073 from IanDelMar/patch-9

Add id to nav
This commit is contained in:
UnderstrapFramework 2019-12-04 22:25:18 +00:00 committed by GitHub
commit d506a57269
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ $container = get_theme_mod( 'understrap_container_type' );
<a class="skip-link sr-only sr-only-focusable" href="#content"><?php esc_html_e( 'Skip to content', 'understrap' ); ?></a>
<nav class="navbar navbar-expand-md navbar-dark bg-primary">
<nav id="main-nav" class="navbar navbar-expand-md navbar-dark bg-primary">
<?php if ( 'container' == $container ) : ?>
<div class="container">