Hello guys!
.
I created a Blog Post template for my website and i’m getting as the principal image of the article with this HubL value “{{ content.featured_image }}” over the next <div>
<div class="blog-post__meta">
<a href="{{ blog_author_url(group.id, content.blog_post_author.slug) }}" rel="author">
{{ content.blog_post_author.display_name }}
</a>
<time datetime="{{ content.publish_date }}" class="blog-post__timestamp">
{{ content.publish_date_localized }}
</time>
</div>
You can see it like this on the blog post:
The url is the next one: https://driv.in/en/blog/fleet-management-uses-advantages/
Anyway, i’m getting the next observation on the hubspot from the Featured Image signation over the blog post. “Your image may not work…”
I tryed to optimized on multiple ways, but anyone has solved this issue or knows if there’s any values to assign the title image of a blog post, i’ve looking on the documentation but i couldnt find anything.
Cheers!


