fixes
This commit is contained in:
parent
298287636b
commit
75ec5e9210
3 changed files with 9 additions and 3 deletions
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
</head>
|
||||
|
||||
<body id="signal" class="index has-navbar-fixed-top">
|
||||
<body id="signal" <?php body_class( "has-navbar-fixed-top" ); ?>>
|
||||
<nav class="navbar mainNavbar is-fixed-top" role="navigation" aria-label="main navigation">
|
||||
<div class="container">
|
||||
<div class="navbar-brand">
|
||||
|
|
@ -175,6 +175,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php wp_footer(); ?>
|
||||
</footer>
|
||||
<script language="javascript">
|
||||
var burgerMenu = document.getElementsByClassName('navbar-burger')[0];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue