From 7ed3f636a37e24a441980ba5873a1003908baf86 Mon Sep 17 00:00:00 2001 From: elitejake <74049394+elitejake@users.noreply.github.com> Date: Thu, 18 Nov 2021 15:30:17 +0000 Subject: [PATCH] Re-add privacy_policy functionality (#337) Co-authored-by: Daniel Nathan Gray --- _includes/recommendation-card.html | 1 + 1 file changed, 1 insertion(+) diff --git a/_includes/recommendation-card.html b/_includes/recommendation-card.html index 7dfc7fb9..31368ca4 100644 --- a/_includes/recommendation-card.html +++ b/_includes/recommendation-card.html @@ -18,6 +18,7 @@ More Information{% endif %} {% if item.website %} Visit {{ item.website | remove_first: "www." | split: "/" | slice: 2 }} + {% if item.privacy_policy %} Privacy Policy{% endif %} {% if item.website_tor %} {% endif %} {% endif %}