mirror of
https://git.coop/cotech/website.git
synced 2024-11-22 06:33:07 +00:00
Use relative_url so that links work on github-pages
This commit is contained in:
parent
549156c82b
commit
8ae27694ef
@ -5,7 +5,7 @@ title: CoTech
|
|||||||
<ul>
|
<ul>
|
||||||
{% for coop in site.coops %}
|
{% for coop in site.coops %}
|
||||||
<li>
|
<li>
|
||||||
<a href="{{ coop.url }}">
|
<a href="{{ coop.url | relative_url }}">
|
||||||
{{ coop.name }}
|
{{ coop.name }}
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
Loading…
Reference in New Issue
Block a user