Add edit page link

This commit is contained in:
William Entriken 2019-10-24 15:39:33 -04:00 committed by GitHub
parent 8e49d1571d
commit 2ca28c8971
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,7 +41,8 @@ common-js:
{{ content }} {{ content }}
<hr/> <hr/>
<footer class="container"> <footer class="container">
<p>&copy; 2013-2019. The go-ethereum Authors.</p> <p>&copy; 20132019. The go-ethereum Authors. | <a href="https://github.com/ethereum/go-ethereum/blob/gh-pages/{{ page.name }}">Edit this page</a></p>
</p>
</footer> </footer>
</body> </body>
</html> </html>