summaryrefslogtreecommitdiffstats
path: root/src/components/PostPreview
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2022-01-11 12:26:30 +0100
committerArmand Philippot <git@armandphilippot.com>2022-01-11 15:32:59 +0100
commit9b8eced56f5e029bc92ad59b47cb9fd146b5e1d2 (patch)
treeb0e6088bc77bd676555925d5d85ebfcd71b14e12 /src/components/PostPreview
parent98dd62e28793bad9c121a9f16b11a10222a41c50 (diff)
chore(meta): display subjects instead of thematics on Thematic pages
Diffstat (limited to 'src/components/PostPreview')
-rw-r--r--src/components/PostPreview/PostPreview.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/PostPreview/PostPreview.tsx b/src/components/PostPreview/PostPreview.tsx
index d89ddb5..3ea4c40 100644
--- a/src/components/PostPreview/PostPreview.tsx
+++ b/src/components/PostPreview/PostPreview.tsx
@@ -21,6 +21,7 @@ const PostPreview = ({
const meta: ArticleMeta = {
commentCount: post.commentCount ? post.commentCount : 0,
dates: post.dates,
+ subjects: post.subjects,
thematics: post.thematics,
};