We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbc7497 commit 7272248Copy full SHA for 7272248
overrides/main.html
@@ -1,5 +1,17 @@
1
{% extends "base.html" %}
2
3
+{% block content %}
4
+ {{ super() }}
5
+
6
+ {% if git_page_authors %}
7
+ <div class="md-source-date">
8
+ <small>
9
+ Authors: {{ git_page_authors }}
10
+ </small>
11
+ </div>
12
+ {% endif %}
13
+{% endblock %}
14
15
{% block scripts %}
16
{{ super() }}
17
0 commit comments