if git_info

This commit is contained in:
makayabou 2020-09-06 23:17:04 +02:00
parent d1e9512b79
commit 12cc11fdee

View File

@ -3,9 +3,11 @@
{% block disqus %}
<div class="md-source-date">
<small> Authors: </small>
{% if git_info %}
{%- for author in git_info.get('page_authors') -%}
<small>{{ author.name }} , </small>
{%- endfor -%}
{% endif %}
</div>
{% include "partials/integrations/disqus.html" %}
{% endblock %}