focalboard/website/site/layouts/_default/_markup/render-link.html
2021-02-01 12:05:14 -08:00

1 line
205 B
HTML

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