-
Notifications
You must be signed in to change notification settings - Fork 167
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 configurable edit link position #290
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for hugo-hextra ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
9568c1d
to
3166be3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the PR!
In addition to the points mentioned earlier, it would be greatly beneficial to include documentation for this new config option.
I'm also open to finish the development of this feature. While it may take a bit longer, I plan to add it into the upcoming minor release.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Per above
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
00f6db1
to
4e2dc7c
Compare
- Add a `where` parameter to `editURL` - Allow user to choose between `toc` (default) and `single` - Add to single through last-updated partial
4e2dc7c
to
7ce2252
Compare
7ce2252
to
c09dadf
Compare
c09dadf
to
1e19afc
Compare
did you update the partial? |
1e19afc
to
4e29bb5
Compare
- `where` > `location` - Edit link > in a partial
4e29bb5
to
f87f19f
Compare
Sorry I misunderstood your comment, it should be fixed now |
thanks will take a look |
Fix #241 (I followed instructions seen in this conversation)
where
parameter toeditURL
toc
(default) andsingle
single
throughlast-updated
partial