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, 6 insertions, 0 deletions
diff --git a/themes/bare/layouts/index.html b/themes/bare/layouts/index.html
index 6d11e7a..672a031 100644
--- a/themes/bare/layouts/index.html
+++ b/themes/bare/layouts/index.html
@@ -31,6 +31,12 @@
{{.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>
+
<br>
<hr>
<footer>License: <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA</a></footer>