forked from autonomic-cooperative/cotech-website
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