Use relative_url so that links work on github-pages

This commit is contained in:
Chris Roos 2017-06-27 15:03:12 +01:00
parent 549156c82b
commit 8ae27694ef
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ title: CoTech
<ul>
{% for coop in site.coops %}
<li>
<a href="{{ coop.url }}">
<a href="{{ coop.url | relative_url }}">
{{ coop.name }}
</a>
</li>