if git_info
This commit is contained in:
parent
d1e9512b79
commit
12cc11fdee
@ -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 %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user