18 lines
554 B
Plaintext
18 lines
554 B
Plaintext
mixin headerLink(id, name)
|
|
if (headers[id])
|
|
li
|
|
- active = menu===id ? 'active' : ''
|
|
a(href='#{rootPath}/#{id}.html', class=active)= name
|
|
|
|
.darkblue.nav
|
|
.navgrid
|
|
.logo
|
|
a(href='https://www.sitespeed.io')
|
|
img.navbar-brand(src='#{rootPath}/img/sitespeed.io-logo.png', width='162', height='50', alt='sitespeed.io logo')
|
|
ul
|
|
+headerLink('index', 'Summary')
|
|
+headerLink('domains', 'Domains')
|
|
+headerLink('assets', 'Assets')
|
|
+headerLink('pages', 'Pages')
|
|
+headerLink('errors', 'Errors')
|