From f8a59df3bf4ecf24ecb39ec3f1b78bfe16b3f9dd Mon Sep 17 00:00:00 2001 From: Matthew Esposito Date: Sat, 29 Jun 2024 00:26:49 -0400 Subject: [PATCH] feat(post): add archive.is link for link posts --- templates/utils.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/utils.html b/templates/utils.html index 8edb55b..0ecdaae 100644 --- a/templates/utils.html +++ b/templates/utils.html @@ -170,6 +170,10 @@
  • duplicates
  • dupes
  • {% endif %} + {% if post.post_type == "link" %} +
  • archive.is
  • +
  • archive
  • + {% endif %} {% call external_reddit_link(post.permalink) %}

    {{ post.upvote_ratio }}% Upvoted