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 82680ee + 92e239a commit e5d7f75Copy full SHA for e5d7f75
layouts/partials/site-root.html
@@ -69,6 +69,7 @@ <h3 class="text-center">Products providing Git hosting</h3>
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
+ (dict "name" "gerrit" "url" "https://www.gerritcodereview.com")
73
}}
74
{{ range shuffle $m }}
75
<li><a href="{{ .url }}">{{ partial "company-svg" (printf "company-project-logos/%s" .name) }}</a></li>
0 commit comments