summaryrefslogtreecommitdiff
path: root/themes/bare/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'themes/bare/layouts')
-rw-r--r--themes/bare/layouts/index.html2
-rw-r--r--themes/bare/layouts/shortcodes/softwarelist.md3
2 files changed, 1 insertions, 4 deletions
diff --git a/themes/bare/layouts/index.html b/themes/bare/layouts/index.html
index 380e9d7..2435d91 100644
--- a/themes/bare/layouts/index.html
+++ b/themes/bare/layouts/index.html
@@ -31,7 +31,7 @@
{{.Content}}
- <h2>Repositories</h2>
+ <h2>Projects</h2>
<ul>
{{range.Site.RegularPages}}
diff --git a/themes/bare/layouts/shortcodes/softwarelist.md b/themes/bare/layouts/shortcodes/softwarelist.md
deleted file mode 100644
index e2d4e24..0000000
--- a/themes/bare/layouts/shortcodes/softwarelist.md
+++ /dev/null
@@ -1,3 +0,0 @@
-{{ range $.Site.Data.repositories }}
-- {{ .name }} - {{ .description }} [ [Git](https://cgit.xengineering.eu/{{ .name }}) | [Atom](https://cgit.xengineering.eu/{{ .name }}/atom) ]
-{{ end }}