nuxt-x-blog
PostHeader
Post page header with title, author, date, reading time, and cover image.
PostHeader
The XBLPostHeader component renders the top section of a blog post page — title, meta row (author, date, reading time), and cover image. Place it above the post body on the /blog/[...slug] page.
Components
<XBLPostHeader />
Respects the showAuthor and showReadingTime flags from xBlog app config.
<XBLPostHeader :post="post" />
Props
| Prop | Type | Default | Description |
|---|---|---|---|
post | BlogPost | required | Post object from useBlog().getPostByPath() |
AI Context
component: XBLPostHeader
package: "@xenterprises/nuxt-x-blog"
use-when: Top of a blog post page — title, author, date, and cover image
