* Fix version number on install page.

This commit is contained in:
Matthew Honnibal 2015-10-26 00:09:02 +11:00
parent 9dc94b353d
commit a2d7e481e0

View File

@ -29,10 +29,10 @@ include ../header.jade
li: a.button(href="#example-use") Examples li: a.button(href="#example-use") Examples
li: a.button(href="#install") li: a.button(href="#install")
| Install | Install
<span class="button-caption">v0.94</span> <span class="button-caption">v0.97</span>
article.page.landing-page article.page.landing-page
+Section("Comparisons and Benchmarks", "comparisons", "./_comparisons.jade") +Section("Comparisons and Benchmarks", "comparisons", "./_comparisons.jade")
+Section("Online Demo", "online-demo", "./_online_demo.jade") +Section("Online Demo", "online-demo", "./_online_demo.jade")
+Section("Usage by Example", "example-use", "./_usage_examples.jade") +Section("Usage by Example", "example-use", "./_usage_examples.jade")
+Section("Install v0.94", "install", "./_installation.jade") +Section("Install v0.97", "install", "./_installation.jade")