make nav title smaller and configurable

This commit is contained in:
Joseph Hutchinson
2018-05-10 16:30:23 -04:00
parent 9ef3b2bb35
commit 7468f7c8ff
2 changed files with 3 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
<nav class="nav-bar side-padding">
<h1 class="nav-header"><a href="/" class="nav-text">mdd</a></h1>
<h1 class="nav-header"><a href="/" class="nav-text">{{ $.Site.Params.navtitle }}</a></h1>
<div class="hamburger-menu">
<input type="checkbox" onclick="hamburgerMenuPressed()"/>
<span></span>