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 %}
Your email address will not be published. Required fields are marked *
Comment *
Name *
Email *
Website
Save my name, email, and website in this browser for the next time I comment.