3
0
mirror of https://git.coop/cotech/website.git synced 2025-12-17 16:57:31 +00:00

Remove clients from co-op pages

We removed the metadata for this in a previous commit.
This commit is contained in:
Chris Lowis
2025-12-10 14:50:36 +00:00
parent da137da894
commit 59b911ce1e

View File

@ -47,19 +47,6 @@
<section> <section>
<p>{{ content }}</p> <p>{{ content }}</p>
</section> </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>
</div> </div>