From 61696d41ed28ed62f4b93f6ff86b45a2325d67ed Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Mon, 18 Oct 2021 10:08:53 +0200 Subject: templates: Also set avatar size in HTML Legacy devices might not render the CSS correctly, making the high-resolution avatar images take up most of the space on the site. Make sure to resize them to 64px in HTML using a width attribute. --- templates/macros.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/macros.html b/templates/macros.html index ffa8641..1fbfc55 100644 --- a/templates/macros.html +++ b/templates/macros.html @@ -1,7 +1,7 @@ {% macro render_post(post, class="feed") -%}
- {{ config.extra.author }} + {{ config.extra.author }}