aboutsummaryrefslogtreecommitdiff
path: root/templates/posts.html
diff options
context:
space:
mode:
authorfoswret <foswret@posteo.com>2026-04-02 18:19:14 -0500
committerfoswret <foswret@posteo.com>2026-04-02 18:19:14 -0500
commite284d708d377b76f7484f9ddd5fd055c2c75f18a (patch)
tree9f6bad9d88901a80a49c73b2bf3ab7bbd3d3b648 /templates/posts.html
parent91c4cd062960cfc9f81e4816c58844aa8413745d (diff)
simplify css, add image gradient, fix rss path
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 %}