mirror of
https://github.com/eosswedenorg/apt
synced 2026-06-16 04:34:56 +02:00
_layouts/repo.html: should be "relative_url" :)
This commit is contained in:
parent
2cc3cc6a95
commit
ea73b2288c
1 changed files with 1 additions and 1 deletions
|
|
@ -12,6 +12,6 @@ layout: default
|
|||
<ul>
|
||||
{% for dist in dists %}
|
||||
{% assign info = site.data.dists[dist.name] %}
|
||||
<li><a href="{{ page.url | replative_url }}/{{ dist.name }}">{{ dist.name }} {{ info.version }}</a> - {{ dist.items.size }} Packages</li>
|
||||
<li><a href="{{ page.url | relative_url }}/{{ dist.name }}">{{ dist.name }} {{ info.version }}</a> - {{ dist.items.size }} Packages</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue