Link to coops from service pages

This commit is contained in:
Chris Roos 2017-06-27 16:16:31 +01:00
parent cf97187b86
commit f2124f964a
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<ul>
{% for coop in site.coops %}
{% if coop.services contains page.slug %}
<li>{{ coop.name }}</li>
<li><a href="{{ coop.url | relative_url }}">{{ coop.name }}</a></li>
{% endif %}
{% endfor %}
</ul>