From 37331d9107c6f51a5051f6501fa9b469d0aa8e69 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 16 Apr 2018 16:48:42 +0200 Subject: [PATCH] fix(thread): Load Gravatar images at larger size This makes them look nicer in 2x situations (e.g. retina displays) and when a user zooms in. --- templates/thread.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/thread.html b/templates/thread.html index 5245adf99..655b9095d 100644 --- a/templates/thread.html +++ b/templates/thread.html @@ -29,7 +29,7 @@ {% for post in posts -%}
- + {{ post.author_name }}