From 2825774d6cf24421cc192ecf4d8c69cb0c76ad34 Mon Sep 17 00:00:00 2001 From: Jonathan DeMasi Date: Tue, 12 May 2020 11:54:10 -0600 Subject: adding some visual changes that are... marginally better --- blog/templates/blog/blog_index_page.html | 3 ++- blog/templates/blog/blog_post.html | 3 ++- blog/templates/blog/blog_tag_index_page.html | 5 +++-- search/templates/search/search.html | 5 +++-- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/blog/templates/blog/blog_index_page.html b/blog/templates/blog/blog_index_page.html index 8bc110d..f145cde 100644 --- a/blog/templates/blog/blog_index_page.html +++ b/blog/templates/blog/blog_index_page.html @@ -24,8 +24,9 @@ {% image post.main_image fill-750x300-c100 class="card-img-top" %} {% endif %}
-

{{ post.title }}

+

{{ post.title }}

{{ post.intro }}

+ Read Post →
-

Return to previous page

+


← Return to previous page

+ {% endblock %} diff --git a/blog/templates/blog/blog_tag_index_page.html b/blog/templates/blog/blog_tag_index_page.html index 980c57d..5f0eb13 100644 --- a/blog/templates/blog/blog_tag_index_page.html +++ b/blog/templates/blog/blog_tag_index_page.html @@ -14,8 +14,9 @@ {# Blog Post #}
-

{{ post.title }}

+

{{ post.title }}

{{ post.intro }}

+ Read Post →
{# Sidebar Widgets Column #}
diff --git a/search/templates/search/search.html b/search/templates/search/search.html index eb34ec8..22c2a85 100644 --- a/search/templates/search/search.html +++ b/search/templates/search/search.html @@ -17,8 +17,9 @@ {# Blog Post #}
-

{{ post.title }}

+

{{ post.title }}

{{ post.intro }}

+ Read Post →
{# Sidebar Widgets Column #}
-- cgit v1.2.3