Skip to content

Commit

Permalink
Change 'Location' for notes code
Browse files Browse the repository at this point in the history
  • Loading branch information
brookback committed Sep 19, 2023
1 parent 24dd6a5 commit 3b82ccb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion functions/post-note.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const handle = async ({ request, env }) => {

const content = `---
date: ${date}
location: On the run
location: My iOS shortcut
---
${body}\n
`;
Expand Down
2 changes: 1 addition & 1 deletion src/js/github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export const mkGitHub = ({ url }: Args): Service => {

let content = `---
date: ${date}
location: The web
location: My web interface
`;

if (draft) {
Expand Down

0 comments on commit 3b82ccb

Please sign in to comment.