From 53b86c991858890fed3166bf37b7d82d1aa71268 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 22 Oct 2021 01:54:53 +0200 Subject: [PATCH] dfs --- files/templates/comments.html | 2 +- files/templates/submission.html | 2 +- files/templates/submission_listing.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index 7714c9d35..d48aa394d 100755 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -130,7 +130,7 @@
{% if c.author.bio_html %}{{c.author.bio_html.replace('data-src', 'src') | safe}}{% endif %}
-
+
{{c.author.post_count}} posts diff --git a/files/templates/submission.html b/files/templates/submission.html index affa434c0..b0a1800ad 100755 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -266,7 +266,7 @@
{% if p.author.bio_html %}{{p.author.bio_html.replace('data-src', 'src') | safe}}{% endif %}
-
+
{{p.author.post_count}} posts diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index f7e61ba36..3ab8eadb3 100755 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -46,7 +46,7 @@
{% if p.author.bio_html %}{{p.author.bio_html.replace('data-src', 'src') | safe}}{% endif %}
-
+
{{p.author.post_count}} posts