You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
✉ — Correspondence possible via {% if manubot.ci_source is defined -%}[GitHub Issues](https://github.com/{{manubot.ci_source.repo_slug}}/issues){% else %}GitHub Issues{% endif %}
73
-
{% if manubot.authors|map(attribute='corresponding')|select|max -%}
73
+
{% if manubot.authors|map(attribute='corresponding',default=false)|select|max -%}
74
74
or email to
75
-
{% for author in manubot.authors|selectattr("corresponding") -%}
75
+
{% for author in manubot.authors|selectattr("corresponding", "defined")|selectattr("corresponding") -%}
76
76
{{ author.name }} \<{{ author.email }}\>{{ ", " if not loop.last else "." }}
0 commit comments