mirror of
https://git.coop/cotech/website.git
synced 2025-12-18 23:07:31 +00:00
Remove technologies
We stripped out the metadata from the co-op files in the previous commit so these are no longer linked to or used.
This commit is contained in:
@ -48,19 +48,6 @@
|
||||
<p>{{ content }}</p>
|
||||
</section>
|
||||
|
||||
{% if page.technologies %}
|
||||
<section>
|
||||
<h2 id="tech">Technologies</h2>
|
||||
|
||||
<ul>
|
||||
{% for technology in page.technologies %}
|
||||
{% assign t = site.technologies | where: "slug", technology | first %}
|
||||
<li><a href="{{ t.url | relative_url }}">{{ t.name }}</a></li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</section>
|
||||
{% endif %}
|
||||
|
||||
{% if page.clients %}
|
||||
<section>
|
||||
<h2 id="clients">Clients</h2>
|
||||
|
||||
Reference in New Issue
Block a user