On the blog front page, where most recent posts are shown:
It shows the author avatar and author name only.
After clicking “Read More” and displaying a single post:
It does not show the author avatar but shows the word “By” then then author name.
That’s because there are coding differences in that block :
blog-grid.php
missing esc_html_e(‘By’, ‘ashe’)
single-post.php
missing get_avatar() etc.