From 9ba47f458fc68902576b4f33d44c8009676d99ac Mon Sep 17 00:00:00 2001 From: Daniel Valentine Date: Wed, 28 Sep 2022 23:41:47 -0600 Subject: [PATCH] use permalink offered by Reddit (#19) --- templates/post.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/post.html b/templates/post.html index e256ddf..56bf281 100644 --- a/templates/post.html +++ b/templates/post.html @@ -120,8 +120,8 @@
{{ post.score.0 }} Upvotes

{{ post.upvote_ratio }}% Upvoted

@@ -144,7 +144,7 @@ {% for c in comments -%}
{% if single_thread %} -

View all comments

+

View all comments

{% if c.parent_kind == "t1" %}

Show parent comments

{% endif %}