You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
docs/overrides/main.html

15 lines
338 B
HTML

{% extends "base.html" %}
{% 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 %}