mailcow-dockerized-docs/docs/overrides/main.html
2022-02-04 10:32:03 +01:00

14 Zeilen
282 B
HTML

{% extends "base.html" %}
{% block content %}
{{ super() }}
{% if git_page_authors %}
<div class="md-source-date">
<small>
Authors: {{ git_page_authors | default('enable mkdocs-git-authors-plugin') }}
</small>
</div>
{% endif %}
{% endblock %}