mirror of https://gitlab.com/curben/blog
fix(css): add homepage link to mobile-nav
- mistakenly removed in 78397dad37
This commit is contained in:
parent
1524f00c05
commit
5cd412bda6
|
@ -24,6 +24,7 @@
|
|||
</nav>
|
||||
<%/* Nav menu for mobile */%>
|
||||
<nav class="mobile-nav">
|
||||
<h1><a href="<%- url_for(theme.menu['Home']) %>"><%= config.title %></a></h1>
|
||||
<ul class="mobile-nav-menu">
|
||||
<label for="mobile-menu-toggle"><a class="no-underline">☰ Menu</a></label>
|
||||
<input id="mobile-menu-toggle" type="checkbox"/>
|
||||
|
|
Loading…
Reference in New Issue