{% assign items = paginator.posts | sort: 'date_modified' | reverse %} {% if page.hero_blog.i_bg_image %} {% assign main_hero_bg = '' %} {% capture main_hero_bg %}{% picture open_graph_2000 pages/{{ page.hero_blog.i_bg_image}} %}{% endcapture %} {% endif %} {{ page.hero_blog.t_headline }} {{ page.hero_blog.t_subheadline }} {{ page.hero_blog.t_demo_btn }} {% if page.hero_blog.i_image %} {% assign image_alt = page.hero_blog.i_image | remove: '.webp' | remove: '.png' | replace: '-',' ' | replace: '_',' ' %} {% picture width_1260 pages/{{ page.hero_blog.i_image }} alt="{{ image_alt }}"%} {% endif %} {% for item in items %} {% if item.article_body.content.heading.image.i_image %} {% assign post_image = item.article_body.content.heading.image.i_image %} {% assign post_title = item.article_body.content.heading.t_title | strip_html %} {% picture width_500 collections/{{ post_image }} alt="{{ post_title }}" class="card-img" %} {% endif %} {{ item.category | strip_html | replace: '-', ' ' | capitalize | replace: 'Pos', 'POS' }} {{ item.article_body.content.heading.t_title | strip_html | truncatewords: 7, "..."}} {{ item.article_body.content.heading.t_description | strip_html | truncatewords: 12, "..."}} {% if item.article_body.json-ld_article.v_date_published %} {{ item.article_body.json-ld_article.v_date_published | date: "%B %d, %Y" }} {% else %} {{ item.date | date: "%B %d, %Y" }} {% endif %} {{page.hero_blog.t_read_btn}} {% if page.hero_blog.i_arrow %} {% assign image_alt = page.hero_blog.i_arrow | remove: '.webp' | remove: '.png' | replace: '-',' ' | replace: '_',' ' %} {% picture width_1260 pages/{{ page.hero_blog.i_arrow }} alt="{{ image_alt }}"%} {% endif %} {% endfor %} {% if paginator.total_pages > 1 %} {% comment %} Previous Button {% endcomment %} {% if paginator.previous_page %} Previous {% else %} Previous {% endif %} {% comment %} Page Numbers {% endcomment %} {% for page_num in (1..paginator.total_pages) %} {% if page_num == paginator.page %} {{ page_num }} {% elsif page_num == 1 %} 1 {% else %} {{ page_num }} {% endif %} {% endfor %} {% comment %} Next Button {% endcomment %} {% if paginator.next_page %} Next {% else %} Next {% endif %} {% endif %}
{{ page.hero_blog.t_subheadline }}
{{ item.article_body.content.heading.t_description | strip_html | truncatewords: 12, "..."}}
{% if item.article_body.json-ld_article.v_date_published %} {{ item.article_body.json-ld_article.v_date_published | date: "%B %d, %Y" }} {% else %} {{ item.date | date: "%B %d, %Y" }} {% endif %}