aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/overrides/main.html
blob: f6167702e74d4d9334cd00b07e601c333b0ecbd1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{% 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 %}