+
+
{% with post.main_image as main_image %}
{% if main_image %}
{% image main_image width-800 class="blog absolute inset-0 h-full w-full rounded-2xl bg-gray-50 object-cover" %}{% endif %}
@@ -33,8 +33,9 @@
Tags
diff --git a/blog/templates/blog/blog_page.html b/blog/templates/blog/blog_page.html index 79a3b42..f2123d0 100644 --- a/blog/templates/blog/blog_page.html +++ b/blog/templates/blog/blog_page.html @@ -22,7 +22,11 @@{{ author.name }}
-+
+ +