La fonction de suggestion automatique permet d'affiner rapidement votre recherche en suggérant des correspondances possibles au fur et à mesure de la frappe.
I'm very new to the HubL world, so please forgive me if this is a very simple fix! I'm trying to create two containers to house our most recent blogs. One will be full-width and host the most recent blog, while the following will be three columns and host the previous 3 blogs. I'm having trouble creating an HTML + HubL function to ensure the most recent blog will be excluded from the three-column container. Can someone please help if they know how to fix this?
Here's the code I'm currently using:
<div class="listing-full-wrap"> <div class="content-wrapper"> <div class="row"> <section class="blog-index-wrap"> {% set rec_posts = blog_recent_posts(module.select_blog, 1) %} {% for rec_post in rec_posts %} <div class="post-items">