Skip to content

Commit

Permalink
Fix hamburger icon in subpages
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaureir committed Aug 15, 2024
1 parent 9206fb1 commit a49977d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/pyladies/layouts/partials/menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
{{- with index site.Menus $menuID }}
<nav class="navbar navbar-expand-lg navbar-light d-flex flex-row justify-content-around align-items-center">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<img class="hamburger-logo" src="img/bar-chart-2.png"/>
<img class="hamburger-logo" src="/img/bar-chart-2.png"/>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mx-auto">
<ul class="navbar-nav mx-auto"r->
<a href="/" aria-label="PyLadiesCon">
<img class="menu-logo" src="/img/icon.png"/>
</a>
Expand Down

0 comments on commit a49977d

Please sign in to comment.