1
0
Fork 0

update header behaviour

This commit is contained in:
Moritz »mo.« Sauer 2015-02-18 20:10:00 +01:00
parent cb52524885
commit f4bfca193d
12 changed files with 286 additions and 148 deletions

View file

@ -2,7 +2,9 @@
<div id="navigation" class="sticky">
<nav class="top-bar" data-topbar>
<ul class="title-area">
<li class="name"></li>
<li class="name">
<h1 class="show-for-small-only"><a href="{{ site.url }}" class="icon-tree"> {{ site.title }}</a></h1>
</li>
<!-- Remove the class "menu-icon" to get rid of menu icon. Take out "Menu" to just have icon alone -->
<li class="toggle-topbar menu-icon"><a href="#"><span>Navigation</span></a></li>
</ul>