sidenav
This commit is contained in:
parent
1ff1b83356
commit
186ac9b872
|
@ -6,6 +6,6 @@ nav.side-nav.l-pinned-left.l-layer-4.l-offset-nav
|
|||
ul.side-nav-primary
|
||||
for page, slug in public.docs[current.path[1]][current.path[2]]._data
|
||||
if slug == "index"
|
||||
li <a href="/docs/#{current.path[1]}/#{current.path[2]}/#{slug}.html">Docs Home</a>
|
||||
li <a href="/docs/#{current.path[1]}/#{current.path[2]}/#{slug}.html" md-button>Docs Home</a>
|
||||
else
|
||||
li <a href="/docs/#{current.path[1]}/#{current.path[2]}/#{slug}.html">#{page.title}</a>
|
||||
li <a href="/docs/#{current.path[1]}/#{current.path[2]}/#{slug}.html" md-button>#{page.title}</a>
|
||||
|
|
|
@ -41,6 +41,8 @@
|
|||
color: $metal;
|
||||
font-size: 14px;
|
||||
text-transform: uppercase;
|
||||
text-align: left;
|
||||
font-weight: 400;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue