mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-01 17:13:45 +00:00
Fix link to the site root
This commit is contained in:
parent
3b921e8901
commit
9bced61ec2
1 changed files with 1 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="{{ page.root }}/">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">
|
||||
|
|
|
|||
Loading…
Reference in a new issue