mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-20 03:36:44 +00:00
fix 'edit page' link
This commit is contained in:
parent
807261c625
commit
a1acfc1efe
1 changed files with 7 additions and 3 deletions
|
|
@ -41,8 +41,12 @@ common-js:
|
|||
{{ content }}
|
||||
<hr/>
|
||||
<footer class="container">
|
||||
<p>© 2013–2019. The go-ethereum Authors. | <a href="https://github.com/ethereum/go-ethereum/blob/gh-pages/{{ page.name }}">Edit this page</a></p>
|
||||
</p>
|
||||
{%- capture gh_link -%}
|
||||
https://github.com/ethereum/go-ethereum/blob/gh-pages/
|
||||
{%- if page.collection -%}{{ site.collections_dir }}/{%- endif -%}
|
||||
{{- page.path -}}
|
||||
{%- endcapture -%}
|
||||
<p>© 2013–2019. The go-ethereum Authors. <a href="{{ gh_link }}">Edit this page.</a></p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Reference in a new issue