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');