I was creating a blogger theme and I intend to have a card layout with the first image and a text-only summary (fixed characters followed by ...) in the post list.
I could get the first image of the post using data:post.firstImageUrl
attribute. But couldn't find how I can get only a short text out of the post body.
Could somebody help?