Skip to content

Commit b520d50

Browse files
authored
Merge pull request #1992 from lorenzleutgeb/radicle
site-root: add Radicle logo
2 parents 8889c3a + c2a6709 commit b520d50

File tree

3 files changed

+2830
-0
lines changed

3 files changed

+2830
-0
lines changed

layouts/partials/site-root.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ <h3 class="text-center">Products providing Git hosting</h3>
6868
(dict "name" "sourcehut" "url" "https://sourcehut.org")
6969
(dict "name" "gitea" "url" "https://gitea.com")
7070
(dict "name" "tangled" "url" "https://tangled.sh")
71+
(dict "name" "radicle" "url" "https://radicle.xyz")
7172
}}
7273
{{ range shuffle $m }}
7374
<li><a href="{{ .url }}">{{ partial "company-svg" (printf "company-project-logos/%s" .name) }}</a></li>

0 commit comments

Comments
 (0)