summaryrefslogtreecommitdiff
path: root/themes/bare/layouts/partials/software_list.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/bare/layouts/partials/software_list.html')
-rw-r--r--themes/bare/layouts/partials/software_list.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/themes/bare/layouts/partials/software_list.html b/themes/bare/layouts/partials/software_list.html
new file mode 100644
index 0000000..76e92c7
--- /dev/null
+++ b/themes/bare/layouts/partials/software_list.html
@@ -0,0 +1,5 @@
+<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>