href option is not working
Hello,
i have defined the following config in my mkdocs.yaml file:
- git-authors:
add_co_authors: true
show_email_address: true
href: "https://github.com/{name}"
exclude:
- index.md
The href isn't referencing my github profile. Have I forgotten something or done something wrong? I'm also not able to change to a new mail reference with e.g. - href: "https://teams.microsoft.com/l/chat/0/0?users={email}"
Hi @alonsomoya, you added the href feature in https://github.com/timvink/mkdocs-git-authors-plugin/pull/74. Would you mind having a look at this issue? Thanks 🙏🏻
Looking at the initial PR and the docs, I think what you're trying to do should be possible
https://github.com/timvink/mkdocs-git-authors-plugin/blob/d0fbbda7f52769254cc88b3e3ac8b9254469712f/docs/options.md?plain=1#L54-L58