Browse Source

docs: Make logo a link back to homepage

Fixes #2332.
v0.7.4-release
Adam Malcontenti-Wilson 13 years ago
committed by koichik
parent
commit
c4d2244a09
  1. 4
      doc/about/index.html
  2. 4
      doc/community/index.html
  3. 4
      doc/logos/index.html

4
doc/about/index.html

@ -20,7 +20,9 @@
</head>
<body>
<div id="intro">
<img id="logo" src="../logo.png" alt="node.js">
<a href="/" title="Go back to the home page">
<img id="logo" src="../logo.png" alt="node.js">
</a>
</div>
<div id="content" class="clearfix">
<div id="column1" class="interior">

4
doc/community/index.html

@ -23,7 +23,9 @@
</head>
<body>
<div id="intro">
<img id="logo" src="../logo.png" alt="node.js">
<a href="/" title="Go back to the home page">
<img id="logo" src="../logo.png" alt="node.js">
</a>
</div>
<div id="content" class="clearfix">
<div id="column1" class="interior">

4
doc/logos/index.html

@ -23,7 +23,9 @@
</head>
<body>
<div id="intro">
<img id="logo" src="../logo.png" alt="node.js">
<a href="/" title="Go back to the home page">
<img id="logo" src="../logo.png" alt="node.js">
</a>
</div>
<div id="content" class="clearfix">
<div id="column1" class="interior">

Loading…
Cancel
Save