summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Kramkowski <tk@the-tk.com>2021-12-05 19:06:59 +0000
committerTomasz Kramkowski <tk@the-tk.com>2021-12-05 19:06:59 +0000
commit8dfeea48a315a166f8a277ff295f46bb227ea05b (patch)
tree2e882058a0eeb2e9a0673ddc79579f01cc164fe7
parentbec78b5efd91dfd9e5ba6f9487928a94c1b2cc13 (diff)
downloadthe-tk.com-8dfeea48a315a166f8a277ff295f46bb227ea05b.tar.gz
the-tk.com-8dfeea48a315a166f8a277ff295f46bb227ea05b.tar.xz
the-tk.com-8dfeea48a315a166f8a277ff295f46bb227ea05b.zip
Fix project template
-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 %}