From 67e7291c2bd0f7d6cbf12dc8eb95c04d28df66b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Corr=C3=AAa=20Gomes?= Date: Thu, 14 Oct 2021 23:17:40 -0400 Subject: [PATCH] Footer > Adding Lazy loading in the profile image --- partials/post-card.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/partials/post-card.hbs b/partials/post-card.hbs index 821f73d..4acb27a 100644 --- a/partials/post-card.hbs +++ b/partials/post-card.hbs @@ -42,7 +42,7 @@ which templates loop over to generate a list of posts. --}}
  • {{#if profile_image}} - {{name}} + {{name}} {{else}} {{> "icons/avatar"}}