This commit is contained in:
Alex Wolfe 2015-02-27 21:38:49 -08:00
parent 1ff1b83356
commit 186ac9b872
2 changed files with 4 additions and 2 deletions

View File

@ -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>

View File

@ -41,6 +41,8 @@
color: $metal;
font-size: 14px;
text-transform: uppercase;
text-align: left;
font-weight: 400;
}
}
}