From c4b42be90d7519b212f3480f7ed1ce3f49f4edb8 Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Tue, 19 Oct 2021 16:13:24 +0200 Subject: templates: Use a unitless integer for the img width attribute According to MDN [1], the width attribute carries a unitless integer instead of "px" et al. Make sure we conform to the standard. [1] https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#attr-width --- templates/macros.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/macros.html b/templates/macros.html index 1fbfc55..f69eb08 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 }}