"Suggest an Edit" link in post metadata #3544
SeanKilleen
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I've gotten enough positive feedback about this that I thought it might make sense to contribute it back to the theme.
On all of my posts, I have a
Suggest an Editlink in the post metadata that goes to the github edit page for the blog.It allows an override for
page.edit_link(in cases where you may want to point readers to a YAML file in_datafor example), and if the edit link is enabled, it assigns the edit link and shows it.I then update
post__metato include the edit link.It's a little naive at the moment, but if there's interest I'd be happy to mature it a bit and contribute it back.
@mmistakes let me know if you're interested in this (no offense if you're not 👍 ).
All reactions