{%- if page.URLS -%}
{% assign tools = site.pages | where_exp:"item","item.tool" %} {% assign allRandomUrls = "" | split: ',' %} {%- for item in tools -%} {%- if item.lang=="en" -%} {% assign allRandomUrls = allRandomUrls | push: item.url %} {%- endif -%} {%- endfor -%}
Checkout out these features
{%- for item in page.URLS -%}
{%- if item.name-%}
{%- endif -%}
{%- endfor -%}
{% else %}
Checkout out these features
{% assign tools = site.pages | where_exp:"item","item.tool" %} {% assign allRandomUrls = "" | split: ',' %} {%- for item in tools -%} {%- if item.lang=="en" -%} {% assign allRandomUrls = allRandomUrls | push: item.url %} {%- endif -%} {%- endfor -%}
{%- for url in allRandomUrls limit: 10-%}
{% if url %}
{%- endif -%}
{%- assign name = url | replace: '/', ' ' | replace: '-', ' ' -%} {{ name }}
{%- endif -%} {%- endfor -%}