cleanup
This commit is contained in:
parent
13211dca12
commit
4075f68546
|
|
@ -4,6 +4,7 @@ Sitespeed.io 1.0
|
|||
* Show extra data in modals to make it clearer
|
||||
* Popover & better texts on summary page
|
||||
* Cleanup & bug fixes in the bash script, it sometimes failed on some sites when yslow outputted content after the xml
|
||||
* Added ouput png:s that can be used on documents
|
||||
|
||||
Sitespeed.io 0.9
|
||||
------------------------
|
||||
|
|
|
|||
|
|
@ -81,10 +81,10 @@
|
|||
<!-- <a class="brand" href="#" title="How speedy is your site?">sitespeed.io</a>-->
|
||||
<div class="nav-collapse">
|
||||
<ul class="nav">
|
||||
<li #if( $pageMenu == "summary" ) class="active" #end>
|
||||
<li#if( $pageMenu == "summary" ) class="active" #end>
|
||||
<a href="$!{pathToIncludes}index.html">Summary</a>
|
||||
</li>
|
||||
<li #if( $pageMenu == "pages" ) class="active" #end>
|
||||
<li#if( $pageMenu == "pages" ) class="active" #end>
|
||||
<a href="$!{pathToIncludes}pages.html">All pages</a>
|
||||
</li>
|
||||
#if( $pageMenu == "page" )
|
||||
|
|
|
|||
Loading…
Reference in New Issue