From a27364ebeb1a7764b439fdf9f07d8fabeb362286 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 (fixes #613). --- templates/post.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/post.html b/templates/post.html index 227d7fc..e447eb3 100644 --- a/templates/post.html +++ b/templates/post.html @@ -114,8 +114,8 @@
{{ post.score.0 }} Upvotes

{{ post.upvote_ratio }}% Upvoted

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

View all comments

+

View all comments

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

Show parent comments

{% endif %}