1
0
Fork 0
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:
Henrik Hautakoski 2020-02-28 15:28:23 +01:00
parent b369e98c3d
commit 2737a8fd82

6
_includes/dist-list.html Normal file
View 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 }}