Set limit in blog listing in hubspot
{% set recentcontents = blog_recent_posts('default', 4) %} {% for fourpost in recentcontents %} <h2><a href="{{ fourpost.absolute_url }}">{{ fourpost.name }}</a></h2> {% endfor %}