www.byjp.me/layouts/_default/_markup/render-link.html
2022-10-23 15:33:18 +01:00

1 line
No EOL
166 B
HTML

<a href="{{ .Destination | safeURL }}"{{ with .Title}} title="{{ . }}"{{ end }}{{ if strings.HasPrefix .Destination "http" }} target="_blank"{{ end }}>{{ .Text }}</a>