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/shortcodes/softwarelist.md | |
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/shortcodes/softwarelist.md')
-rw-r--r-- | themes/bare/layouts/shortcodes/softwarelist.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/bare/layouts/shortcodes/softwarelist.md b/themes/bare/layouts/shortcodes/softwarelist.md new file mode 100644 index 0000000..e2d4e24 --- /dev/null +++ b/themes/bare/layouts/shortcodes/softwarelist.md @@ -0,0 +1,3 @@ +{{ range $.Site.Data.repositories }} +- {{ .name }} - {{ .description }} [ [Git](https://cgit.xengineering.eu/{{ .name }}) | [Atom](https://cgit.xengineering.eu/{{ .name }}/atom) ] +{{ end }} |