✨ Features
- Comment count on post cards: Blog post cards now display the number of comments when
$post->comment_countis set (provided by blogr-comments plugin). Each count links to the comments section of the post. - Blade stacks for plugins: Added
@stack('comments')on post show view,@stack('blogr-post-article-meta')next to post meta, and@stack('blogr-post-card-meta')on post cards — enabling blogr-comments and other plugins to inject UI.
🐛 Bug Fixes
- Prism.js 404 on vue:
prism-vuecomponent does not exist on cdnjs. DefinedPrism.languages.vue = Prism.languages.markupbefore the autoloader loads, preventing the 404 error on every blog post page.