diff options
Diffstat (limited to 'templates/index.html')
| -rw-r--r-- | templates/index.html | 2 |
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> |
