10 lines
235 B
HTML
10 lines
235 B
HTML
|
<!-- Ultralytics 🚀 AGPL-3.0 License - https://ultralytics.com/license -->
|
||
|
|
||
|
{% if page.meta.comments %}
|
||
|
<h2 id="__comments">{{ lang.t("meta.comments") }}</h2>
|
||
|
|
||
|
<!-- Giscus container -->
|
||
|
<div id="giscus-container"></div>
|
||
|
|
||
|
{% endif %}
|