diff options
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 }} |