docs/overrides/main.html
2020-09-06 03:43:24 +02:00

12 lines
227 B
HTML

{% extends "base.html" %}
{% block disqus %}
<div class="md-source-date">
<small>
Authors: {{ git_page_authors }}
</small>
</div>
{% include "partials/integrations/disqus.html" %}
{% endblock %}