Skip to content

Commit 2312a37

Browse files
author
Felix Hennig
committed
changes
1 parent ecd9438 commit 2312a37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/org.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="container">
22
<div class="content">
3-
<h1 class="content-title"><a href="/{{ .Repo }}/{{ .Tag }}">{{ .Repo }}@{{ .Tag }}</a></h1>
3+
<h1 class="content-title">CRD Documentation: {{ .Repo }}</h1>
44
<select class="form-control w-md-400 w-sm-full mb-md-10 mb-5" onchange="handleSelect(this)">
55
{{ $actual := .Tag }}{{ $repo := .Repo }}{{ range $name := .Tags }}
66
{{ if eq $name $actual }}

0 commit comments

Comments
 (0)