website/site/index.html in staticmatic-0.9.0 vs website/site/index.html in staticmatic-0.9.1

- old
+ new

@@ -17,18 +17,16 @@ <div id='menu'> <ul> <li><a href="/">Home</a></li> <li><a href="download.html">Download</a></li> <li><a href="how_to_use.html">How to use</a></li> + <li><a href="faq.html">FAQ</a></li> <li> <a href="http://groups.google.co.uk/group/staticmatic">Community</a> </li> - <li><a href="faq.html">FAQ</a></li> + <li><a href="helper_central/">Helper Central</a></li> <li> - <a href="http://rubyforge.org/tracker/?func=browse&amp;group_id=3712&amp;atid=14306">Report Bug</a> - </li> - <li> <a href="http://rubyforge.org/projects/staticmatic">Development</a> </li> </ul> </div> <div id='content_wrapper'> @@ -36,10 +34,12 @@ <div id='news'> <div class='heading'>News</div> <div class='title'>0.9.0 Released!</div> <p>Complete with:</p> <ul> - <li>&quot;Local&quot; links are always relative</li> + <li> + &quot;Local&quot; generated links are relative - no more use_relative_path_for_* configuration settings + </li> <li> Ability to strip .html and index.html from link tag urls </li> <li>configuration.sass_options</li> </ul>