summaryrefslogtreecommitdiffstats
path: root/src/pages/blog/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/blog/index.tsx')
-rw-r--r--src/pages/blog/index.tsx12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/pages/blog/index.tsx b/src/pages/blog/index.tsx
index a5ef045..b6ce221 100644
--- a/src/pages/blog/index.tsx
+++ b/src/pages/blog/index.tsx
@@ -114,16 +114,6 @@ const BlogPage: NextPage<BlogPageProps> = ({
'@graph': [webpageSchema, blogSchema],
};
- const postsCount = intl.formatMessage(
- {
- defaultMessage:
- '{postsCount, plural, =0 {No articles} one {# article} other {# articles}}',
- id: 'OF5cPz',
- description: 'BlogPage: posts count meta',
- },
- { postsCount: totalArticles }
- );
-
/**
* Retrieve the formatted meta.
*
@@ -231,7 +221,7 @@ const BlogPage: NextPage<BlogPageProps> = ({
title={title}
breadcrumb={breadcrumbItems}
breadcrumbSchema={breadcrumbSchema}
- headerMeta={{ total: postsCount }}
+ headerMeta={{ total: totalArticles }}
widgets={[
<LinksListWidget
key="thematics-list"