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 48af0d2 commit e3ec3c2Copy full SHA for e3ec3c2
internal/dns/docs/readme.md.tmpl
@@ -3,7 +3,7 @@
3
{{- range . -}}
4
<tr>
5
{{- range . }}
6
- <td><a href="https://go-acme.github.io/lego/dns/{{ .Code }}/">{{ .Name }}</a></td>
+ <td>{{if .Code }}<a href="https://go-acme.github.io/lego/dns/{{ .Code }}/">{{ .Name }}</a>{{end}}</td>
7
{{- end }}
8
</tr>
9
{{- end -}}
0 commit comments