chore: fix readme generator (#2312)

This commit is contained in:
Ludovic Fernandez 2024-10-26 12:39:53 +02:00 committed by GitHub
commit e3ec3c2c76
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 -}}