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