--- layout: single --- {%assign todo = "parent,use,sector,market,projects,feed,policy,event,tags" | split: ","%} {%assign socials = "discord,crunchbase,linkedin,telegram,twitter,youtube" | split: ","%} {%assign core = "docs,developers,app,forum,github" | split: ","%} {%assign other = "tech,standard" | split: ","%} {% if page.name %} {% assign name = page.name %} {% for row in site.data.companys %} {% if row.name == name %} {%if row.location %}Location: {{row.location}}{% elsif row.region%} Region: {{row.region}}{%endif%}{%if row.authors.last != nil %} Founded by: {{row.authors.last}}{%endif%}{%if row.date.last != nil %} Founded date: {{row.date.last}} {%endif%} Main Links: Website Blog {% for item in row %} {% if core contains item.first %} {% if item.last != nil %} {{item.first | capitalize}} {% endif %} {% endif %} {% endfor %} Socials: {% for item in row %} {% if socials contains item.first %} {% if item.last != nil %} {{item.first | capitalize}} {% endif %} {% endif %} {% endfor %}
{{row.text | markdownify }}{% endif%} {% endfor %}
{{row.text | markdownify}}{%endif%} {% endif %} {% endif %} {% endfor %}