mirror of
https://github.com/eosswedenorg/apt
synced 2026-06-16 04:34:56 +02:00
add _includes/dist-list.html
This commit is contained in:
parent
b369e98c3d
commit
2737a8fd82
1 changed files with 6 additions and 0 deletions
6
_includes/dist-list.html
Normal file
6
_includes/dist-list.html
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{%- capture out -%}
|
||||
{%- for i in include.list -%}
|
||||
, <a href="{{include.baseurl}}/{{ i.name }}">{{ i.name }}</a>
|
||||
{%- endfor -%}
|
||||
{%- endcapture -%}
|
||||
{{ out | remove_first: ", " | trim }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue