From abd2f8a44881bebb71d77089ab2004a3f0b033fc Mon Sep 17 00:00:00 2001 From: Toshaan Bharvani Date: Sat, 27 Mar 2021 03:11:21 +0100 Subject: [PATCH] change to topic variable Signed-off-by: Toshaan Bharvani --- themes/openpowerfoundation/layouts/partials/discourse.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/openpowerfoundation/layouts/partials/discourse.html b/themes/openpowerfoundation/layouts/partials/discourse.html index 862a131..ab2c098 100644 --- a/themes/openpowerfoundation/layouts/partials/discourse.html +++ b/themes/openpowerfoundation/layouts/partials/discourse.html @@ -3,7 +3,7 @@ DiscourseEmbed = { discourseUrl: 'https://discuss.openpower.foundation/', discourseEmbedUrl: "{{ .Permalink | absURL }}", - topicId: 21, + topicId: {{ .Param "discoursetopic" }}, }; (function() { var d = document.createElement('script');