mirror of
https://git.coop/cotech/website.git
synced 2025-06-26 00:20:46 +00:00
Add services
This commit is contained in:
12
index.html
12
index.html
@ -13,3 +13,15 @@ title: CoTech
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
||||
<h2>Services</h2>
|
||||
|
||||
<ul>
|
||||
{% for service in site.services %}
|
||||
<li>
|
||||
<a href="{{ service.url | relative_url }}">
|
||||
{{ service.name }}
|
||||
</a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
Reference in New Issue
Block a user