summaryrefslogtreecommitdiffstats
path: root/layouts/_default/_markup/render-link.html
blob: a1a40fd51c1128913a351731119eec8ffd310400 (plain) (blame)
1
<a href="{{ .Destination | safeURL }}"{{ with .Title }} title="{{ . }}"{{ end }}{{ if strings.HasPrefix .Destination "http" }} target="_blank"{{ end }}>{{ .Text | safeHTML }}</a>