Update version num on home page

This commit is contained in:
crandmck
2017-03-01 16:25:59 -08:00
parent 6d41c80439
commit c8e36fc8ff
2 changed files with 2 additions and 1 deletions

1
_data/express.yml Normal file
View File

@@ -0,0 +1 @@
current_version: "4.15.0"

View File

@@ -10,7 +10,7 @@ redirect_from: "/en/index.html"
<div id="overlay"></div>
<div id="homepage-leftpane" class="pane">
<section id="description">
<div class="express"><a href="/">Express</a><a href="/{{ page.lang }}/changelog/4x.html#4.14.1" id="express-version">4.14.1</a></div>
<div class="express"><a href="/">Express</a><a href="{{ page.lang }}/changelog/4x.html#{{ site.data.express.current_version }}" id="express-version">{{ site.data.express.current_version }}</a></div>
<span class="description">Fast, unopinionated, minimalist web framework for <a href='https://nodejs.org/en/'>Node.js</a></span>
</section>
<div id="install-command">$ npm install express --save</div>