ojacques / mkdocs-git-committers-plugin-2

MkDocs plugin for displaying a list of GitHub (.com or Enterprise) contributors on each page. Encourages contributions to the documentation!
MIT License
61 stars 21 forks source link

Fix build error when no avatar #69

Closed rbourgeat closed 1 month ago

rbourgeat commented 2 months ago

This code ensures that if avatar_url is None, an empty string is used instead.

fix this issue https://github.com/ojacques/mkdocs-git-committers-plugin-2/issues/68

ojacques commented 1 month ago

Hadn't had the case. Nice to see it is now more robust. Thanks!