diff --git a/website/.vitepress/config.ts b/website/.vitepress/config.ts index 24c675f1..7a773c23 100644 --- a/website/.vitepress/config.ts +++ b/website/.vitepress/config.ts @@ -370,6 +370,11 @@ export default defineConfig({ { icon: 'mastodon', link: 'https://fosstodon.org/@task' } ], + editLink: { + text: 'Edit this page on GitHub', + pattern: 'https://github.com/go-task/task/edit/main/website/src/:path' + }, + footer: { message: 'Built with Netlify' diff --git a/website/src/blog/any-variables.md b/website/src/blog/any-variables.md index 5b260a45..30cff63c 100644 --- a/website/src/blog/any-variables.md +++ b/website/src/blog/any-variables.md @@ -3,6 +3,7 @@ title: Any Variables author: pd93 date: 2024-05-09 outline: deep +editLink: false --- # Any Variables diff --git a/website/src/blog/if-and-variable-prompt.md b/website/src/blog/if-and-variable-prompt.md index b5db9657..db65389d 100644 --- a/website/src/blog/if-and-variable-prompt.md +++ b/website/src/blog/if-and-variable-prompt.md @@ -4,6 +4,7 @@ description: Introduction of the `if:` control and required variable prompts. author: vmaerten date: 2026-01-24 outline: deep +editLink: false --- # New `if:` Control and Variable Prompt diff --git a/website/src/blog/index.md b/website/src/blog/index.md index b0683fb9..c81bc4c8 100644 --- a/website/src/blog/index.md +++ b/website/src/blog/index.md @@ -1,6 +1,7 @@ --- title: Blog description: Latest news and updates from the Task team +editLink: false ---