summaryrefslogtreecommitdiffstats
path: root/src/pages
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages')
-rw-r--r--src/pages/thematique/[slug].tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pages/thematique/[slug].tsx b/src/pages/thematique/[slug].tsx
index 9586f77..fbe50fc 100644
--- a/src/pages/thematique/[slug].tsx
+++ b/src/pages/thematique/[slug].tsx
@@ -54,6 +54,7 @@ const ThematicPage: NextPageWithLayout<ThematicPageProps> = ({
const headerMeta: PageLayoutProps['headerMeta'] = {
publication: { date: dates.publication },
update: dates.update ? { date: dates.update } : undefined,
+ total: articles ? articles.length : undefined,
};
const { website } = useSettings();