-
-
Notifications
You must be signed in to change notification settings - Fork 199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add edit this page link #325
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/pcloud/do-it/1QWxa92doi3ypzPAiqUAc8MKiEqB |
I decide to use a magic variable |
Could you explain to me with an example the phrase: So the user can now set a specific URL for each individual page.? |
The point is to detach the For example, you can have this configuration in your config.toml linkToEdit = "https://github.com/HEIGE-PCloud/DoIt/edit/main/exampleSite/content/{path}" And for one special post, you want to set the With the
is impossible. This change just adds a little bit more flexibility and does not affect anything else. |
Okay, I understand. |
* feat: add edit this page link * docs: add docs for linkToEdit * chore: fix typo in docs
Close #322