Open lsolesen opened 1 week ago
You have created a Pull Request to the wrong repository. This is the repository for Minimal Mistakes, the free Jekyll theme. See GitHub Docs: About pull requests if you need help.
Sorry for the confusion. Next time make sure you have read everything provided in the PR template. I added those checks because this repo is a victim of constant misdirected PRs.
This is a bug fix.
Summary
I think the current implementation of rel-me and rel-author is flawed.
rel-me is supposed to be used on profile pages relating to other profile pages - https://microformats.org/wiki/rel-me
Right now it is used on posts from the author-block, but here rel-author should be used instead - https://microformats.org/wiki/rel-author
I added the possibility from the authors.yml to add rel to the individual links, if you want to add another rel. This should cater for everybody. However, people might need to update this, if they want to keep it.
I also added the possibility to add rel from footer links, if people want that.
Context
Also I added h-entry, so Jekyll sites will be more compatible with Indieweb straight out of the box.