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:
@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user