diff --git a/blog/templates/edition-3/extra.html b/blog/templates/edition-3/extra.html index 2af4e504..05ec7e8f 100644 --- a/blog/templates/edition-3/extra.html +++ b/blog/templates/edition-3/extra.html @@ -17,6 +17,6 @@

Comments

- {{ snippets::giscus(search_term=page.title ~ " (Extra Post)") }} + {{ snippets::giscus(search_term=page.title ~ " (Extra Post)", lang=page.lang) }}
{% endblock after_main %} diff --git a/blog/templates/edition-3/page.html b/blog/templates/edition-3/page.html index 6a070534..abab1b9c 100644 --- a/blog/templates/edition-3/page.html +++ b/blog/templates/edition-3/page.html @@ -113,7 +113,7 @@ {% else %} {% set search_term=page.title %} {% endif %} - {{ snippets::giscus(search_term=search_term) }} + {{ snippets::giscus(search_term=search_term, lang=page.lang) }} {%- if page.lang != "en" %}