From 20ada13402eefc2b22a9759148150a6e427e1ccb Mon Sep 17 00:00:00 2001 From: Jonathan DeMasi Date: Mon, 11 May 2020 19:41:41 -0600 Subject: changed formatting of post index so title is clickable for amayer --- blog/templates/blog/blog_index_page.html | 3 +-- blog/templates/blog/blog_tag_index_page.html | 3 +-- search/templates/search/search.html | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/blog/templates/blog/blog_index_page.html b/blog/templates/blog/blog_index_page.html index 355dafd..8bc110d 100644 --- a/blog/templates/blog/blog_index_page.html +++ b/blog/templates/blog/blog_index_page.html @@ -24,9 +24,8 @@ {% image post.main_image fill-750x300-c100 class="card-img-top" %} {% endif %}
-

{{ post.title }}

+

{{ post.title }}

{{ post.intro }}

- Read Post