-
Notifications
You must be signed in to change notification settings - Fork 9
Closed
Description
As a student, I'd like to be able to see the "tags" associated with a question on a questions individual page
Tag data can be derived from a questions frontmatter.
You will see examples of this already being done on the current "question" page: src/pages/questions/[...path].astro
Similar to other examples on that file, you can derive the tags list via page.data.tags.
Using this data you should render a "pill / tag" ui component for each tag, ex something like this
Metadata
Metadata
Assignees
Labels
No labels
