fix(css): add homepage link to mobile-nav

- mistakenly removed in 78397dad37
This commit is contained in:
curben 2019-11-14 02:22:14 +00:00
parent 1524f00c05
commit 5cd412bda6
No known key found for this signature in database
GPG Key ID: 5D9DB57A25D34EE3
1 changed files with 1 additions and 0 deletions

View File

@ -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">&#9776; Menu</a></label>
<input id="mobile-menu-toggle" type="checkbox"/>