diff options
author | Adam T. Carpenter <atc@53hor.net> | 2025-05-18 10:10:00 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2025-05-18 10:10:00 -0400 |
commit | d6a495165b4f36b8bf3137deac46f7bcfb1d7bf1 (patch) | |
tree | c397548f48b5c3f3fa92ff19e6f1a55839f41bb7 /templates/posts.html | |
parent | 944ba749c1f7ce257fa41118f2e10aaf934a8723 (diff) | |
download | carpentertutoring-d6a495165b4f36b8bf3137deac46f7bcfb1d7bf1.tar.xz carpentertutoring-d6a495165b4f36b8bf3137deac46f7bcfb1d7bf1.zip |
feat: style changes for cards and banners and text size
Diffstat (limited to 'templates/posts.html')
-rw-r--r-- | templates/posts.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/posts.html b/templates/posts.html index 052cd42..2f1df6b 100644 --- a/templates/posts.html +++ b/templates/posts.html @@ -5,11 +5,11 @@ <h1>Posts</h1> </section> -<section class="quiet"> +<section> <p> {% for post in posts %} - <h2><a href="/posts/{{ post.get_title()|e }}">{{ post.get_title() }}</a></h2> - {% endfor %} + <h2><a href="/posts/{{ post.get_title()|e }}">{{ post.get_title() }}</a></h2> + {% endfor %} </p> -<section> -{% endblock %} + <section> + {% endblock %}
\ No newline at end of file |