aboutsummaryrefslogtreecommitdiff
path: root/templates/posts.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/posts.html')
-rw-r--r--templates/posts.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/posts.html b/templates/posts.html
index 169c75d..dfe0001 100644
--- a/templates/posts.html
+++ b/templates/posts.html
@@ -6,7 +6,8 @@
</h3>
<ul>
{% for page in section.pages %}
- <li><a href="{{ page.permalink | safe }}">{{ page.title }}</a></li>
+ <li><a href="{{ page.permalink | safe }}">{{ page.title }}</a>
+ <span style="font-family: monospace;">({{ page.date }})</span></li>
{% endfor %}
</ul>
{% endblock content %}