mirror of
https://github.com/go-acme/lego
synced 2026-03-14 14:35:48 +01:00
chore: fix readme generator (#2312)
This commit is contained in:
parent
48af0d200e
commit
e3ec3c2c76
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
{{- range . -}}
|
||||
<tr>
|
||||
{{- range . }}
|
||||
<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>
|
||||
{{- end }}
|
||||
</tr>
|
||||
{{- end -}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue