diff --git a/blog/templates/blog/blog_index_page.html b/blog/templates/blog/blog_index_page.html index 0c41795..caf9b99 100644 --- a/blog/templates/blog/blog_index_page.html +++ b/blog/templates/blog/blog_index_page.html @@ -19,13 +19,13 @@
{% with post.main_image as main_image %} {% if main_image %} - {% image main_image width-400 class="blog absolute inset-0 h-full w-full rounded-2xl bg-gray-50 object-cover" %}{% endif %} + {% image main_image width-800 class="blog absolute inset-0 h-full w-full rounded-2xl bg-gray-50 object-cover" %}{% endif %} {% endwith %}
- + {% with tags=post.tags.all %} {% if tags %} diff --git a/blog/templates/blog/blog_page.html b/blog/templates/blog/blog_page.html index 29ee15e..79a3b42 100644 --- a/blog/templates/blog/blog_page.html +++ b/blog/templates/blog/blog_page.html @@ -8,7 +8,6 @@

{{ page.title }}

-

{{ page.date }}

{% with authors=page.authors.all %} {% if authors %} @@ -19,10 +18,11 @@
- {% image author.author_image fill-64x64 class="inline-block h-14 w-14 rounded-full" %} + {% image author.author_image fill-168x168 class="inline-block h-14 w-14 rounded-full" %}
-

{{ author.name }}

+

{{ author.name }}

+

diff --git a/media/images/097d70b8f56ef0dbeaefd4a981ccc510.width-800.png b/media/images/097d70b8f56ef0dbeaefd4a981ccc510.width-800.png new file mode 100644 index 0000000..c79bb07 Binary files /dev/null and b/media/images/097d70b8f56ef0dbeaefd4a981ccc510.width-800.png differ diff --git a/media/images/_508d3ac3-6905-4b23-b662-a3604050a.2e16d0ba.fill-168x168.jpg b/media/images/_508d3ac3-6905-4b23-b662-a3604050a.2e16d0ba.fill-168x168.jpg new file mode 100644 index 0000000..9bcd145 Binary files /dev/null and b/media/images/_508d3ac3-6905-4b23-b662-a3604050a.2e16d0ba.fill-168x168.jpg differ