New Header Type
Create a config for the type of the header used in the site, if the header type is drawer then a sidebar is loaded else use a simple material nav
This commit is contained in:
parent
aa439b98d3
commit
c0ee41733f
7 changed files with 122 additions and 1 deletions
|
|
@ -37,7 +37,7 @@
|
|||
</header>
|
||||
|
||||
<div class="mdl-layout__drawer">
|
||||
<span class="mdl-layout-title">{{ site.title }}</span>
|
||||
<span class="mdl-layout-title"><a href="#">{{ site.title }}</a></span>
|
||||
|
||||
<nav class="mdl-navigation">
|
||||
{% for page in site.pages %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue