Skip to content

Commit f4bfca1

Browse files
committed
update header behaviour
1 parent cb52524 commit f4bfca1

12 files changed

Lines changed: 283 additions & 145 deletions

File tree

_data/navigation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
url: "/getting-started/"
77
side: left
88

9-
- title: "Style your content"
9+
- title: "Templates"
1010
url: "/design/"
1111
side: left
1212
dropdown:
@@ -31,7 +31,7 @@
3131
- title: "Portfolio"
3232
url: "/design/portfolio/"
3333

34-
- title: "Style your Header"
34+
- title: "Header Styles"
3535
url: "/headers/"
3636
side: left
3737
dropdown:

_includes/navigation.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
<div id="navigation" class="sticky">
33
<nav class="top-bar" data-topbar>
44
<ul class="title-area">
5-
<li class="name"></li>
5+
<li class="name">
6+
<h1 class="show-for-small-only"><a href="{{ site.url }}" class="icon-tree"> {{ site.title }}</a></h1>
7+
</li>
68
<!-- Remove the class "menu-icon" to get rid of menu icon. Take out "Menu" to just have icon alone -->
79
<li class="toggle-topbar menu-icon"><a href="#"><span>Navigation</span></a></li>
810
</ul>

0 commit comments

Comments
 (0)