mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-27 16:17:22 +00:00
Fix navbar links, fixes #19342
This commit is contained in:
parent
397a255ef7
commit
8852ed6db8
2 changed files with 6 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ common-js:
|
|||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
<a class="navbar-brand" href="{% include link.html url='/' %}/">Go Ethereum</a>
|
||||
<a class="navbar-brand" href="{% include link.html url='' %}/">Go Ethereum</a>
|
||||
</div>
|
||||
<div id="navbar" class="navbar-collapse collapse">
|
||||
<ul class="nav navbar-nav">
|
||||
|
|
|
|||
|
|
@ -1 +1,6 @@
|
|||
---
|
||||
title: Install
|
||||
root: ..
|
||||
permalink: /install/
|
||||
---
|
||||
See [Installing Geth](doc/Installing-Geth).
|
||||
Loading…
Reference in a new issue