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.
1 parent ecd9438 commit 2312a37Copy full SHA for 2312a37
template/org.html
@@ -1,6 +1,6 @@
1
<div class="container">
2
<div class="content">
3
- <h1 class="content-title"><a href="/{{ .Repo }}/{{ .Tag }}">{{ .Repo }}@{{ .Tag }}</a></h1>
+ <h1 class="content-title">CRD Documentation: {{ .Repo }}</h1>
4
<select class="form-control w-md-400 w-sm-full mb-md-10 mb-5" onchange="handleSelect(this)">
5
{{ $actual := .Tag }}{{ $repo := .Repo }}{{ range $name := .Tags }}
6
{{ if eq $name $actual }}
0 commit comments