mirror of
https://git.coop/cotech/website.git
synced 2025-07-05 12:50:51 +00:00
Use relative_url so that links work on github-pages
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user