diff options
| author | tjpcc <tjp@ctrl-c.club> | 2023-09-16 20:43:19 -0600 |
|---|---|---|
| committer | tjpcc <tjp@ctrl-c.club> | 2023-09-16 20:43:19 -0600 |
| commit | 90fa2795ad177b9add2fe46382576993e96ece4b (patch) | |
| tree | 0e2847f8694fa66a914680329c4515101b5a45ab /templates/repo_root.gmi | |
Initial commit
Gemini repository browsing
Diffstat (limited to 'templates/repo_root.gmi')
| -rw-r--r-- | templates/repo_root.gmi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/repo_root.gmi b/templates/repo_root.gmi new file mode 100644 index 0000000..68b230b --- /dev/null +++ b/templates/repo_root.gmi @@ -0,0 +1,5 @@ +# Repositories + +{{ range . -}} +=> ./{{.}}/ {{.}} +{{ end }} |
