summaryrefslogtreecommitdiff
path: root/themes/bare/layouts/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/bare/layouts/index.html')
-rw-r--r--themes/bare/layouts/index.html6
1 files changed, 1 insertions, 5 deletions
diff --git a/themes/bare/layouts/index.html b/themes/bare/layouts/index.html
index 672a031..e454f71 100644
--- a/themes/bare/layouts/index.html
+++ b/themes/bare/layouts/index.html
@@ -31,11 +31,7 @@
{{.Content}}
- <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>
+ {{ partial "software_list.html" . }}
<br>
<hr>