File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 283
283
margin-bottom : .25em ;
284
284
}
285
285
286
- # description .express > a {
286
+ # description .express > span {
287
287
color : var (--card-fg );
288
- text-decoration : none;
289
288
}
290
289
291
290
# description .express a # express-version {
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ redirect_from: "/en/index.html"
9
9
<section id =" home-content " >
10
10
<div id =" homepage-leftpane " class =" pane " >
11
11
<section id="description">
12
- <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>
12
+ <div class="express"><span >Express</span ><a href="{{ page.lang }}/changelog/#{{ site.data.express.current_version }}" id="express-version">{{ site.data.express.current_version }}</a></div>
13
13
<h1 class="description">Fast, unopinionated, minimalist web framework for <a href='https://nodejs.org/en/'>Node.js</a></h1>
14
14
</section>
15
15
<pre class="install-command"><code>$ npm install express --save</code></pre>
You can’t perform that action at this time.
0 commit comments