From 602c83699a356b96b45e78ebe5c06cfb501b1a57 Mon Sep 17 00:00:00 2001
From: rimu <3310831+rimu@users.noreply.github.com>
Date: Fri, 9 Feb 2024 20:04:36 +1300
Subject: [PATCH] lazy load profile pics
---
app/templates/post/continue_discussion.html | 2 +-
app/templates/post/post.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app/templates/post/continue_discussion.html b/app/templates/post/continue_discussion.html
index e07e9c7a..07d27c6b 100644
--- a/app/templates/post/continue_discussion.html
+++ b/app/templates/post/continue_discussion.html
@@ -21,7 +21,7 @@
{% else %}
{% if comment['comment'].author.avatar_id and comment['comment'].score > -10 and not low_bandwidth %}
-
+
{% endif %}
{{ comment['comment'].author.display_name() }}
diff --git a/app/templates/post/post.html b/app/templates/post/post.html
index 652834fc..5e8dd8e9 100644
--- a/app/templates/post/post.html
+++ b/app/templates/post/post.html
@@ -74,7 +74,7 @@
{% else %}
{% if comment['comment'].author.avatar_id and comment['comment'].score > -10 and not low_bandwidth %}
-
+
{% endif %}
{{ comment['comment'].author.display_name() }}