diff options
author | Adam T. Carpenter <atc@53hor.net> | 2025-06-04 09:16:18 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2025-06-04 09:16:18 -0400 |
commit | 798597b6217818c2d0daa9842bdf4e8ede3446b4 (patch) | |
tree | 443ce6842644c6254ffd9e026e037be407a26e37 /templates/posts.html.j2 | |
parent | e77b255a0ceda1dd1cf43364a025465e7a852f0a (diff) | |
download | carpentertutoring-798597b6217818c2d0daa9842bdf4e8ede3446b4.tar.xz carpentertutoring-798597b6217818c2d0daa9842bdf4e8ede3446b4.zip |
fix: misc
Diffstat (limited to 'templates/posts.html.j2')
-rw-r--r-- | templates/posts.html.j2 | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/templates/posts.html.j2 b/templates/posts.html.j2 index 60a10c2..f8d01b4 100644 --- a/templates/posts.html.j2 +++ b/templates/posts.html.j2 @@ -1,11 +1,8 @@ {% extends "base.html.j2" %} {% block main %} -<section class="banner"> +<section class="banner flexible"> <h1>Blog</h1> -</section> - -<section class="centered"> <h6> Refining how we think and teach. </h6> |