diff --git a/pre_build.py b/pre_build.py index c4f5b922..85aaa639 100644 --- a/pre_build.py +++ b/pre_build.py @@ -178,7 +178,6 @@ def render_authors_md(): # The invertocat icon was downloaded from https://brand.github.com/foundations/logo # and colored in grey according to the guidelines under the "Color" section. orcid_icon = "https://orcid.org/assets/vectors/orcid.logo.icon.svg" - github_icon = "icons/invertocat.svg" for idx, author in enumerate(authors): name = author['name'] @@ -187,7 +186,7 @@ def render_authors_md(): name += f" [\"ORCID](https://orcid.org/{author['orcid']})" if "github" in author: - name += f" [\"GitHub\"](https://github.com/{author['github']})" + name += f" [\"GitHub\"](https://github.com/{author['github']})" if idx == len(authors) - 1: