diff options
Diffstat (limited to 'theme/templates/page.html')
-rw-r--r-- | theme/templates/page.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/theme/templates/page.html b/theme/templates/page.html index b23c81e..6f5115f 100644 --- a/theme/templates/page.html +++ b/theme/templates/page.html @@ -12,7 +12,9 @@ {# Cover #} <section id="cover"> <h1>{{ title }}</h1> + {% if githubId %} <h2>By <a href="{{ githubHost }}{{ githubAuthor }}">@{{ githubAuthor }}</a></h2> + {% endif %} </section> {# Summary #} @@ -116,4 +118,4 @@ {% endif %} {% endblock %} -{% block javascript %}{% endblock %}
\ No newline at end of file +{% block javascript %}{% endblock %} |