www.byjp.me/layouts/_default/_markup/render-link.html
2023-08-13 12:33:57 +01:00

1 line
No EOL
177 B
HTML

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