From 259a770b3dc12534459a8fc5d8258ac8c9af44d1 Mon Sep 17 00:00:00 2001 From: Ben Aultowski Date: Fri, 26 Dec 2025 19:48:26 -0500 Subject: [PATCH] add "view source" link to posts --- src/_data/meta.js | 2 +- src/_includes/partials/edit-on.njk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 }}.