Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

Commit c4d2244

Browse files
adammwkoichik
authored andcommitted
docs: Make logo a link back to homepage
Fixes #2332.
1 parent d75de86 commit c4d2244

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

doc/about/index.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
</head>
2121
<body>
2222
<div id="intro">
23-
<img id="logo" src="../logo.png" alt="node.js">
23+
<a href="/" title="Go back to the home page">
24+
<img id="logo" src="../logo.png" alt="node.js">
25+
</a>
2426
</div>
2527
<div id="content" class="clearfix">
2628
<div id="column1" class="interior">

doc/community/index.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@
2323
</head>
2424
<body>
2525
<div id="intro">
26-
<img id="logo" src="../logo.png" alt="node.js">
26+
<a href="/" title="Go back to the home page">
27+
<img id="logo" src="../logo.png" alt="node.js">
28+
</a>
2729
</div>
2830
<div id="content" class="clearfix">
2931
<div id="column1" class="interior">

doc/logos/index.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@
2323
</head>
2424
<body>
2525
<div id="intro">
26-
<img id="logo" src="../logo.png" alt="node.js">
26+
<a href="/" title="Go back to the home page">
27+
<img id="logo" src="../logo.png" alt="node.js">
28+
</a>
2729
</div>
2830
<div id="content" class="clearfix">
2931
<div id="column1" class="interior">

0 commit comments

Comments
 (0)