We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2aec03 commit 2dd4367Copy full SHA for 2dd4367
layouts/index.hbs
@@ -12,13 +12,6 @@
12
13
{{{ contents }}}
14
15
- {{!-- Just a temporary announcement. Regular banner stays intact in case of important security release --}}
16
- <p class="home-version home-version-banner">
17
- <a href="https://medium.com/@nodejs/april-2018-release-updates-from-the-node-js-project-71687e1f7742">
18
- Node 4.x is End Of Life – April Release Updates
19
- </a>
20
- </p>
21
-
22
{{#if project.banner.visible}}
23
<p class="home-version home-version-banner">
24
<a href="{{ project.banner.link }}">{{#if project.banner.text}}{{{ project.banner.text }}}{{else}}{{{ labels.banner }}}{{/if}}</a>
0 commit comments