home/layouts/_default/_markup/render-link.html

1 line
232 B
HTML

<a href="{{ .Destination | safeURL }}"{{ with .Title}} title="{{ . }}"{{ end }}{{ if or (strings.HasPrefix .Destination "http") (strings.HasSuffix .Destination "pdf") }} target="_blank" rel="me"{{ end }}>{{ .Text | safeHTML }}</a>