This commit is contained in:
Peter Hedenskog 2012-10-07 22:34:02 +02:00
parent 13211dca12
commit 4075f68546
2 changed files with 3 additions and 2 deletions

View File

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

View File

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