Fixed broken vertical more menu #7

This commit is contained in:
Oscar Cortez 2015-07-20 23:00:24 -06:00
parent 423d9994c0
commit 4094c0c2f6

View file

@ -1,8 +1,8 @@
<header class="mdl-layout__header mdl-layout__header--waterfall">
<header class="mdl-layout__header">
<div class="mdl-layout__header-row">
<!-- Title -->
<span class="mdl-layout-title">{{ site.title }}</span>
<a class="mdl-layout-title" href="{{ site.url }}">{{ site.title }}</a>
<!-- Add spacer, to align navigation to the right -->
<div class="mdl-layout-spacer"></div>
<!-- Navigation. We hide it in small screens. -->
@ -37,8 +37,7 @@
</header>
<div class="mdl-layout__drawer">
<span class="mdl-layout-title"><a href="#">{{ site.title }}</a></span>
<span class="mdl-layout-title">Menu</span>
<nav class="mdl-navigation">
{% for page in site.pages %}
{% if page.title %}