diff options
author | xengineering <me@xengineering.eu> | 2022-05-29 12:30:14 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2022-05-29 12:30:14 +0200 |
commit | c7133cbfcd6c45ac9d71a983133981f29f2b1f5c (patch) | |
tree | f54259ce8c7750ee78b3990d70b9f481f49cd4e8 /themes/bare/layouts/partials/software_list.html | |
parent | b51f3f435a0f9953be2240b8f342ff498967f8da (diff) | |
download | website-c7133cbfcd6c45ac9d71a983133981f29f2b1f5c.tar website-c7133cbfcd6c45ac9d71a983133981f29f2b1f5c.tar.zst website-c7133cbfcd6c45ac9d71a983133981f29f2b1f5c.zip |
Move software list from partials to shortcodes
Diffstat (limited to 'themes/bare/layouts/partials/software_list.html')
-rw-r--r-- | themes/bare/layouts/partials/software_list.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/themes/bare/layouts/partials/software_list.html b/themes/bare/layouts/partials/software_list.html deleted file mode 100644 index 76e92c7..0000000 --- a/themes/bare/layouts/partials/software_list.html +++ /dev/null @@ -1,5 +0,0 @@ -<ul> -{{ range $.Site.Data.repositories }} - <li>{{ .name }} - {{ .description }} [ <a href="https://cgit.xengineering.eu/{{ .name }}">Git</a> | <a href="https://cgit.xengineering.eu/{{ .name }}/atom">Atom</a> ]</li> -{{ end }} -</ul> |