Answers for "hubl documentation recent post"

0

hubl documentation recent post

{% set posts = blog_recent_posts('default', 5) %}
{% for post in posts %}
    <h3><a href="{{ post.absolute_url }}">{{ post.name }}</a></h3>
    <img src="{{ post.featured_image }}" alt="{{ post.name }}">
{% endfor %}
Posted by: Guest on September-26-2020

Code answers related to "hubl documentation recent post"

Browse Popular Code Answers by Language