{%- if page.URLS -%}
{%- for item in page.URLS -%} {%- endfor -%} {% else %}
{% 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 %}
Checkout out these features
{%- for item in page.URLS -%} {%- 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 %}
{%- assign name = url | replace: '/', ' ' | replace: '-', ' ' -%} {{ name }}
{%- endif -%} {%- endfor -%} {%- endif -%}