mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 04:19:34 +00:00
added sidebar
This commit is contained in:
@@ -38,6 +38,7 @@ export default function BlogCards() {
|
||||
title={a.title}
|
||||
views={a.views}
|
||||
replies={a.replies}
|
||||
readTime={a.readTime}
|
||||
creatorImage={a.creatorImage}></BlogCard>
|
||||
})}
|
||||
</div>
|
||||
@@ -67,6 +68,7 @@ async function getPostList(topic) {
|
||||
liked: topic.like_count,
|
||||
replies: fullTopic.posts_count,
|
||||
solution: topic.has_accepted_answer,
|
||||
readTime: parseInt(fullTopic.word_count/100),
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user