summaryrefslogtreecommitdiffstats
path: root/templates/project.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/project.html')
-rw-r--r--templates/project.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/project.html b/templates/project.html
index 15e4d9a..2246296 100644
--- a/templates/project.html
+++ b/templates/project.html
@@ -2,7 +2,7 @@
{% block content %}
<h1>{{ page.title }}</h1>
{{ page.content }}
-{% if page.source or page.ml %}<hr />
+{% if page.source or page.ml or page.aur %}<hr />
<dl>
{% if page.source %}<dt>Source</dt>
<dd><a href="{{ page.source }}">{{ page.source }}</a></dd>{% endif %}