summaryrefslogtreecommitdiff
path: root/themes/bare/layouts/shortcodes/softwarelist.md
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2022-05-31 15:02:06 +0200
committerxengineering <me@xengineering.eu>2022-05-31 15:02:06 +0200
commite9ebf412c7dd22984fa571a012c0cda65369165d (patch)
tree7273c5371fb91d67f5bb86e6f8d1d9d795c5de55 /themes/bare/layouts/shortcodes/softwarelist.md
parent1c46049283351c7a6e5e1ce386d0f0ef5951d6a5 (diff)
downloadwebsite-e9ebf412c7dd22984fa571a012c0cda65369165d.tar
website-e9ebf412c7dd22984fa571a012c0cda65369165d.tar.zst
website-e9ebf412c7dd22984fa571a012c0cda65369165d.zip
Move repository data from data to content
Diffstat (limited to 'themes/bare/layouts/shortcodes/softwarelist.md')
-rw-r--r--themes/bare/layouts/shortcodes/softwarelist.md3
1 files changed, 0 insertions, 3 deletions
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 }}