diff --git a/src/pages/en/articles/[slug].astro b/src/pages/en/articles/[slug].astro
index e893efb..d36285e 100644
--- a/src/pages/en/articles/[slug].astro
+++ b/src/pages/en/articles/[slug].astro
@@ -6,6 +6,7 @@ import ReadingProgress from '../../../components/ReadingProgress.astro'
import TableOfContents from '../../../components/TableOfContents.astro'
import ArticleNav from '../../../components/ArticleNav.astro'
import ArticleViews from '../../../components/ArticleViews.astro'
+import Discussion from '../../../components/discussion/Discussion.tsx'
import { getCollection, render } from 'astro:content'
import { SITE } from '../../../config.mjs'
import { t } from '../../../i18n/index.ts'
@@ -155,6 +156,8 @@ const onThisPageLabel = t(labels, 'article.onThisPage')
{tag.description}
- {tagArticles.length} - {t(labels, 'tags.articlesTagged')} - #{tag.slug}. - -