Skip to content

Commit 7fbec56

Browse files
Merge pull request 0xPolygon#136 from 0xPolygon/km/git-contr-2
Adding contributors again - let's try again
2 parents cbc7497 + 7272248 commit 7fbec56

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

overrides/main.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
{% extends "base.html" %}
22

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+
315
{% block scripts %}
416
{{ super() }}
517

0 commit comments

Comments
 (0)