aboutsummaryrefslogtreecommitdiffstats
path: root/templates/taxonomy_single.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/taxonomy_single.html')
-rw-r--r--templates/taxonomy_single.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/taxonomy_single.html b/templates/taxonomy_single.html
index 934cea5..7a3ab44 100644
--- a/templates/taxonomy_single.html
+++ b/templates/taxonomy_single.html
@@ -2,7 +2,6 @@
{% block header %}
<p><a href="{{ current_path }}">..</a>/{{ term.slug }}/</p>
-
<h1>{{ term.name }}</h1>
{% endblock header %}
@@ -15,7 +14,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>