You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Comment count on post cards: Blog post cards now display the number of comments when $post->comment_count is 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-vue component does not exist on cdnjs. Defined Prism.languages.vue = Prism.languages.markup before the autoloader loads, preventing the 404 error on every blog post page.