mirror of
https://github.com/Decentralized-ID/decentralized-id.github.io.git
synced 2024-10-01 01:05:54 -04:00
push name
This commit is contained in:
parent
28a90e4e66
commit
4d8d6f35cd
@ -37,11 +37,11 @@
|
||||
{% if company.related contains ';'%}
|
||||
{% assign tags = company.related |split: ';' | push: post.name %}
|
||||
{%else %}
|
||||
{% assign tags = company.related %}
|
||||
{% assign tags = company.related | push: post.name %}
|
||||
{%endif%}
|
||||
{% endif %}
|
||||
{% if tags != Nil %}
|
||||
{% assign sorted_tags = tags | concat: post.tags | uniq | compact | sort %}
|
||||
{% assign sorted_tags = tags | concat: post.tags | push: post.name | uniq | compact | sort %}
|
||||
{% elsif post.tags !=Nil %}
|
||||
{% assign sorted_tags = post.tags | push: post.name | uniq | compact | sort_natural %}
|
||||
{%endif%}
|
||||
|
Loading…
Reference in New Issue
Block a user