[minimal-blog]: Banner Image doesn't show up on the posts #637
-
|
Hi there, Not sure if this is a bug, but I've noticed this even in the starter template where the source code does have the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Hi, thanks for the issue! The It gets passed to the Thanks for using the theme :) |
Beta Was this translation helpful? Give feedback.




Hi, thanks for the issue!
The
bannerproperty of the frontmatter is intended for theog:imagepart of the<head />:gatsby-themes/themes/gatsby-theme-minimal-blog/src/components/post.tsx
Line 42 in c30767a
It gets passed to the
<SEO />component. I didn't intend to show a image of some sort there. You could shadow https://github.com/LekoArts/gatsby-themes/blob/master/themes/gatsby-theme-minimal-blog-core/src/templates/post-query.tsx to add another query for the banner to e.g. also use it in your blog post template (you would need to shadow https://github.com/LekoArts/gatsby-themes/blob/master/themes…