From 408ebe6ef1fc1be9933424c3b3f49cfb1fdbb125 Mon Sep 17 00:00:00 2001 From: Matthew Esposito Date: Thu, 5 Sep 2024 12:00:09 -0400 Subject: [PATCH] feat(post): add archive.is link for link posts (#165) --- templates/utils.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/utils.html b/templates/utils.html index 879f138..13cf0e5 100644 --- a/templates/utils.html +++ b/templates/utils.html @@ -175,6 +175,10 @@ {% endif %} + {% if post.post_type == "link" %} +
  • archive.is
  • +
  • archive
  • + {% endif %} {% call external_reddit_link(post.permalink) %} {% if post.media.download_name != "" %}