diff --git a/components/pages/posts/post/PostComponent.vue b/components/pages/posts/post/PostComponent.vue index 1af04ae5..9f554889 100644 --- a/components/pages/posts/post/PostComponent.vue +++ b/components/pages/posts/post/PostComponent.vue @@ -85,6 +85,19 @@ />
+ + + {{ post.media_type }} #{{ post.id }} + + from {{ post.domain }} + + with a score of {{ post.score }}, + + {{ post.rating }} rating, + + tagged with {{ Object.values(post.tags).flat().join(', ') }} + +