Skip to content

Commit 80616ca

Browse files
authored
feat: add docker images link for kubo (#1171)
add link to https://hub.docker.com/r/ipfs/kubo/ in the kubo section of dist.ipfs.tech fixes #780
1 parent 0a46561 commit 80616ca

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

site/layouts/_default/single.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,14 @@ <h4 class="d-component-release-date">{{ $data.date }}</h4>
8181
<i class="ion-ios-albums-outline"></i>
8282
<a class="d-component-actions-versions" href="{{ $key }}">All Versions</a>
8383
</li>
84+
{{ if eq "kubo" $key }}
85+
<li>
86+
<i class="ion-cube"></i>
87+
<a class="d-component-actions-docker"
88+
href="https://hub.docker.com/r/ipfs/kubo/"
89+
target="_blank">Docker Images</a>
90+
</li>
91+
{{ end }}
8492
<li>
8593
<i class="ion-bug"></i>
8694
<a class="d-component-actions-issues"

0 commit comments

Comments
 (0)