aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/blog/post.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/blog/post.html b/templates/blog/post.html
index 26901f02..2f89fd9a 100644
--- a/templates/blog/post.html
+++ b/templates/blog/post.html
@@ -8,8 +8,7 @@
<article>
{% load subdomain %}
<div class="article-cover">
- {% url 'ignis:post_image' post.id as cover_url %}
- <img src="{% url 'ignis:post_image' post.id %}.png" alt="Cover Image" style="width: 720px; margin: 0 auto; display: block;">
+ <img src="{% url 'ignis:post_image' post.id %}?s=720" alt="Cover Image" style="width: 720px; margin: 0 auto; display: block;">
</div>
<h1 style="margin-bottom: 12px; font-size: 2rem;">{{ post.title }}</h1>
<p style="line-height: 1.6em;">