We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8889c3a + c2a6709 commit b520d50Copy full SHA for b520d50
layouts/partials/site-root.html
@@ -68,6 +68,7 @@ <h3 class="text-center">Products providing Git hosting</h3>
68
(dict "name" "sourcehut" "url" "https://sourcehut.org")
69
(dict "name" "gitea" "url" "https://gitea.com")
70
(dict "name" "tangled" "url" "https://tangled.sh")
71
+ (dict "name" "radicle" "url" "https://radicle.xyz")
72
}}
73
{{ range shuffle $m }}
74
<li><a href="{{ .url }}">{{ partial "company-svg" (printf "company-project-logos/%s" .name) }}</a></li>
0 commit comments