mirror of
https://github.com/expressjs/expressjs.com.git
synced 2026-02-21 19:41:33 +00:00
Update version num on home page
This commit is contained in:
1
_data/express.yml
Normal file
1
_data/express.yml
Normal file
@@ -0,0 +1 @@
|
||||
current_version: "4.15.0"
|
||||
2
index.md
2
index.md
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user