mirror of
https://git.coop/cotech/website.git
synced 2025-12-17 15:07:33 +00:00
Remove clients from co-op pages
We removed the metadata for this in a previous commit.
This commit is contained in:
@ -47,19 +47,6 @@
|
||||
<section>
|
||||
<p>{{ content }}</p>
|
||||
</section>
|
||||
|
||||
{% if page.clients %}
|
||||
<section>
|
||||
<h2 id="clients">Clients</h2>
|
||||
|
||||
<ul>
|
||||
{% for client in page.clients %}
|
||||
{% assign c = site.clients | where: "slug", client | first %}
|
||||
<li>{{ c.title }}</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</section>
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user