From 06aa80c432b3e0b3bab35057f62c4fab7abea52e Mon Sep 17 00:00:00 2001
From: "Adam T. Carpenter"
Date: Sun, 18 May 2025 16:03:55 -0400
Subject: feat: post cards, fix about, clean up unused styles
---
templates/posts.html.j2 | 20 ++++++++++++++------
1 file changed, 14 insertions(+), 6 deletions(-)
(limited to 'templates/posts.html.j2')
diff --git a/templates/posts.html.j2 b/templates/posts.html.j2
index e9efdfb..eec04a9 100644
--- a/templates/posts.html.j2
+++ b/templates/posts.html.j2
@@ -6,10 +6,18 @@
-
- {% for post in posts %}
-
+
+ Refining how we think and teach.
+
+
+
+
+ {% for post in posts %}
+
{% endfor %}
-
-
- {% endblock %}
\ No newline at end of file
+
+{% endblock %}
\ No newline at end of file
--
cgit v1.2.3