summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/post_macros.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/post_macros.html b/templates/post_macros.html
index c128bc5..3b2ad7d 100644
--- a/templates/post_macros.html
+++ b/templates/post_macros.html
@@ -31,7 +31,7 @@
{{ post_macros::meta(post=post) }}
{% if post.extra.visual_aid_src and post.extra.visual_aid_alt %}
<section class="hero-summary">
- {% set resized_image = resize_image(path=post.extra.visual_aid_src, width=100, height=75) %}
+ {% set resized_image = resize_image(path=post.extra.visual_aid_src, width=98, height=73) %}
<img src="{{ resized_image.url }}" alt="{{post.extra.visual_aid_alt}}" title="{{post.extra.visual_aid_alt}}">
<p>{{ post.summary | safe }}</p>
</section>