diff --git a/functions/post-note.js b/functions/post-note.js index 936102c2e..625409692 100644 --- a/functions/post-note.js +++ b/functions/post-note.js @@ -55,7 +55,7 @@ const handle = async ({ request, env }) => { const content = `--- date: ${date} -location: On the run +location: My iOS shortcut --- ${body}\n `; diff --git a/src/js/github.ts b/src/js/github.ts index 00114897d..0be511ae9 100644 --- a/src/js/github.ts +++ b/src/js/github.ts @@ -126,7 +126,7 @@ export const mkGitHub = ({ url }: Args): Service => { let content = `--- date: ${date} -location: The web +location: My web interface `; if (draft) {