diff --git a/material/templates/partials/source-file.html b/material/templates/partials/source-file.html index ea24d77af..b98990191 100644 --- a/material/templates/partials/source-file.html +++ b/material/templates/partials/source-file.html @@ -18,6 +18,7 @@ {% endmacro %} {% macro render_authors(authors) %} + {% set git_authors = config.plugins.get("git-authors") %} {% if authors | length == 1 %} @@ -28,9 +29,13 @@ diff --git a/src/templates/partials/source-file.html b/src/templates/partials/source-file.html index d2de99c9c..b3ecfc218 100644 --- a/src/templates/partials/source-file.html +++ b/src/templates/partials/source-file.html @@ -44,6 +44,7 @@ {% macro render_authors(authors) %} + {% set git_authors = config.plugins.get("git-authors") %} {% if authors | length == 1 %} @@ -54,9 +55,13 @@