Add services

This commit is contained in:
Chris Roos
2017-06-27 16:08:54 +01:00
parent 5fc3481c0f
commit c1d855e777
9 changed files with 42 additions and 0 deletions

View File

@ -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>