diff options
author | Adam T. Carpenter <atc@53hor.net> | 2025-06-04 16:16:47 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2025-06-04 16:16:47 -0400 |
commit | 06d7e504a9207b5482fb674484db9dbdbccd2dfd (patch) | |
tree | e3563c270daf103ed4c2bc7123d61ecde9dee6c1 /templates/posts.html.j2 | |
parent | 798597b6217818c2d0daa9842bdf4e8ede3446b4 (diff) | |
download | carpentertutoring-06d7e504a9207b5482fb674484db9dbdbccd2dfd.tar.xz carpentertutoring-06d7e504a9207b5482fb674484db9dbdbccd2dfd.zip |
feat: blog subtitle and blurb pic
Diffstat (limited to 'templates/posts.html.j2')
-rw-r--r-- | templates/posts.html.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/posts.html.j2 b/templates/posts.html.j2 index f8d01b4..8352d7e 100644 --- a/templates/posts.html.j2 +++ b/templates/posts.html.j2 @@ -4,7 +4,7 @@ <section class="banner flexible"> <h1>Blog</h1> <h6> - Refining how we think and teach. + Sharing reflections and recommendations from practice </h6> </section> |