aboutsummaryrefslogtreecommitdiffstats
path: root/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html
index 40487bc..dafb0e4 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -12,7 +12,7 @@
<ul>
{% for page in pages %}
<li>
- <a href="{{ page.permalink | safe }}">{{ page.date }} - {{ page.title }}</a>
+ <a href="{{ page.permalink | safe }}">{% if page.date %}{{ page.date }} - {% endif %}{{ page.title }}</a>
<br />
{{ page.description }}
</li>