diff --git a/src/_data/meta.js b/src/_data/meta.js index 4906d93..7d53183 100644 --- a/src/_data/meta.js +++ b/src/_data/meta.js @@ -99,6 +99,6 @@ export const tests = { export const viewRepo = { // this is for the view/edit on github link. The value in the package.json will be pulled in. allow: true, - infoText: 'View this page on GitHub' + infoText: 'View this page’s source code.' }; export const easteregg = true; diff --git a/src/_includes/partials/edit-on.njk b/src/_includes/partials/edit-on.njk index 53645b8..9c3be7d 100644 --- a/src/_includes/partials/edit-on.njk +++ b/src/_includes/partials/edit-on.njk @@ -2,7 +2,7 @@
{{ meta[page.lang].blog.githubEdit }} - {{ meta.viewRepo.infoText }}.