如何使 post 的第一张图片与 post 的标题一起显示在主页上,而不仅仅是 post 标题作为文本 Link?

How can I make the first image of posts appear with the titles of the posts on the home page, not just a post title as Text Link?

我有一个简单的文本博客模板我的意思是我的模板只显示标题而没有图像。

它在主页上只显示 post 的标题作为那些 post 的网址,但我需要显示任何 post 的第一张图片及其首页上的标题。

如何让 post 的第一张图片与 post 的标题一起出现在主页上,而不仅仅是 post 标题作为文本 Link?

<b:if cond='data:blog.url == data:blog.homepageUrl'><data:post.title/></b:if>
<b:with value='data:post.featuredImage.isResizable ? resizeImage(data:post.featuredImage, 240, &quot;1:2&quot;) : data:post.thumbnail' var='image'>
    <img class='full' expr:alt='data:post.title' expr:src='data:image'/>
    </b:with>