From 8dac450e8a03441f1f2af34aa6ea34915ed55a1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Thu, 26 Oct 2023 20:59:28 +0200 Subject: [PATCH] Only load forum embed for current (#29558) --- source/_layouts/post.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_layouts/post.html b/source/_layouts/post.html index 0a61f1f3c02..13c1891201c 100644 --- a/source/_layouts/post.html +++ b/source/_layouts/post.html @@ -10,7 +10,7 @@ is_post: true
-{% if page.comments == true %} +{% if page.comments == true and site.netlify.branch == "current" %}