mirror of
https://git.coop/cotech/website.git
synced 2025-12-21 14:37:31 +00:00
Remove services
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.services %}
|
||||
<section>
|
||||
<h2 id="services">Services</h2>
|
||||
|
||||
<ul>
|
||||
{% for service in page.services %}
|
||||
{% assign s = site.services | where: "slug", service | first %}
|
||||
<li><a href="{{ s.url | relative_url }}">{{ s.name }}</a></li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</section>
|
||||
{% endif %}
|
||||
|
||||
{% if page.technologies %}
|
||||
<section>
|
||||
<h2 id="tech">Technologies</h2>
|
||||
|
||||
Reference in New Issue
Block a user