mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Only load forum embed for current (#29558)
This commit is contained in:
parent
bcd1a74e2b
commit
8dac450e8a
@ -10,7 +10,7 @@ is_post: true
|
|||||||
|
|
||||||
<div id='post-comments'></div>
|
<div id='post-comments'></div>
|
||||||
|
|
||||||
{% if page.comments == true %}
|
{% if page.comments == true and site.netlify.branch == "current" %}
|
||||||
<div id='discourse-comments'></div>
|
<div id='discourse-comments'></div>
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user