1 2 3 4 5 6 7 8 9 10 11 12 13
{% 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 %}