{% assign items = paginator.posts | sort: 'date_modified' | reverse %} {% if page.hero_blog.i_background %} {% assign i_background = '' %} {% capture i_background %}{% picture open_graph_1920 pages/{{ page.hero_blog.i_background}} %}{% endcapture %} {% endif %} {% assign seen_urls = "" %}

{{ page.hero_blog.t_subheadline }} {% if paginator.page != 1 %} - page {{ paginator.page }}{% endif %}

{{ page.hero_blog.t_headline }} {% if paginator.page != 1 %} - page {{ paginator.page }}{% endif %}

{% for item in items limit: 1 offset:1 %}
{% if item.article_body.content.heading.image.i_image %} {% picture thumbnail_image collections/{{ item.article_body.content.heading.image.i_image }} alt="{{ item.article_body.content.heading.t_title | strip_htm }}" class="card-img" %} {% endif %}

{{ item.category | strip_html | replace: '-', ' ' | capitalize }}

{{ item.article_body.content.heading.t_title | strip_html }}

{% if item.article_body.content.heading.t_description %} {{ item.article_body.content.heading.t_description | strip_html | truncate: 180 }} {% endif %}

{{site.data.languages[page.language]global.t_read_more}} {% if page.hero_blog.i_btn_arrow %} {% capture btn_icon %}{% picture width_27 pages/{{ page.hero_blog.i_btn_arrow }} %}{% endcapture %} {{ page.hero_blog.i_btn_arrow | remove: '.png' | remove: '.webp' | remove: '.jpg' | replace: '-',' ' | replace: '_',' ' }} {% endif %}
{% capture seen_urls %}{{ seen_urls }}|{{ item.url }}{% endcapture %} {% endfor %}
{% assign sorted_items = items | sort: "date_published" | reverse %} {% if sorted_items.size > 0 %}
{% for item in sorted_items %}
{% if item.article_body.content.heading.image.i_image %} {% picture thumbnail_image collections/{{ item.article_body.content.heading.image.i_image }} alt="{{ item.article_body.content.heading.t_title | strip_htm }}" class="card-img" %} {% endif %}
{% if item.category %}

{{ item.category | strip_html | replace: '-', ' ' | capitalize | replace: 'Pos', 'POS' | replace: 'Restaurant point of sale', 'restaurant point of sale' }}

{% endif %} {{ item.article_body.content.heading.t_title | strip_html | truncate: 50 }} {% if item.date_published %}

{{ item.date_published | date: '%B %d, %Y' }}

{% endif %} {{ site.data.languages[page.language]global.t_read_more }} {% if page.hero_blog.i_btn_arrow %} {% capture btn_icon_read %}{% picture width_27 pages/{{ page.hero_blog.i_btn_arrow }} %}{% endcapture %} {{ page.hero_blog.i_btn_arrow | remove: '.png' | remove: '.webp' | remove: '.jpg' | replace: '-',' ' | replace: '_',' ' }} {% endif %}
{% endfor %}
{% else %}

{{ 'Coming Soon '}}

{% endif %}