diff --git a/build.js b/build.js
index a16c4d21f6abb..6590c5fdec4c3 100755
--- a/build.js
+++ b/build.js
@@ -222,7 +222,7 @@ function githubLinks (options) {
var url = 'https://github.com/nodejs/nodejs.org/edit/master/locale/' + options.locale + '/' + path.replace('.html', '.md')
var contents = file.contents.toString().replace(/\
(.+)\<\/h1\>/, function ($1, $2) {
- return ''
+ return `Edit on GitHub ${$2}
`
})
file.contents = new Buffer(contents)
diff --git a/layouts/css/base.styl b/layouts/css/base.styl
index 4cc6a2001f502..19cdc8d9ee9ee 100644
--- a/layouts/css/base.styl
+++ b/layouts/css/base.styl
@@ -135,7 +135,7 @@ pre
.edit-link
float right
- font-size 0.6em
+ font-size 0.9em
margin 0.5em 0
@media screen and (max-width: 480px)