Contributors {{all_contributors}}
{% assign posts = site.posts | where_exp:"post","post.url != page.url" %}
{% for contributor in page.contributors %}
{% for post in posts %}
{%- include /authors/authors.html -%}
{%- assign contributorAuthor = contributor | downcase -%}
{%- assign name = authorName | downcase -%}
{%- if name contains contributorAuthor -%}
{%- break -%}
{%- endif -%}
{% endfor %}
{% endfor %}
{%- if page.URLS -%}
{%- for item in page.URLS -%} {%- endfor -%} {%- elsif site.relatedPages -%} {% assign blogPostPath = page.path %} {% for entry in site.data.blog.relatedblogs %} {% if entry.path == blogPostPath %}
{% 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 -%} {%- elsif site.relatedPages -%} {% assign blogPostPath = page.path %} {% for entry in site.data.blog.relatedblogs %} {% if entry.path == blogPostPath %}
Related Features:
-
{% for feature in entry.relatedFeatures %}
{% assign parts = feature.webpageUrl | split: '/' %}
{% assign lastPart = parts | last %}
{% assign subParts = lastPart | split: '-' %}
- {{ subParts[0] | capitalize }} {{ subParts[1] }} {% endfor %}
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 -%}