fix conditional

This commit is contained in:
⧉ infominer 2023-06-07 11:03:24 +05:30
parent b2f8601dd0
commit c44fa6d40b

View File

@ -20,8 +20,7 @@
<br><strong><a href="{{ post.url | relative_url }}" rel="permalink">{{ title }}</a></strong>
{% if post.excerpt %}<p class="archive__item-excerpt" itemprop="description">{{ post.excerpt | markdownify | strip_html | truncate: 300 }}</p>{% endif %}
<p class="page__meta"><strong>Updated:</strong> {{ post.last_modified_at }} <i class="far fa-clock" aria-hidden="true"></i> {% include read-time.html %}</p>
{% if post.name %}
{% if post.name and post.categories contains 'Companies' %}
{% assign tags = Nil%}
{% assign sorted_tags = Nil%}
{% for company in site.data.companys %}