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, 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>