summaryrefslogtreecommitdiff
path: root/layouts/_default/_markup/render-link.html
blob: 6254ed8ab8415322e3f30c2aa9255db763c49c0c238423075c69ceda6eeeaa3c (plain)
1
2
{{ $emoji := cond (and (not (.Page.Params.makerefs | default true)) (.Page.Params.showlinkemoji | default true)) (emojify ":link: ") "" -}}
{{ $emoji }}<a class="link" href="{{ .Destination | safeURL }}"{{ with .Title }} title="{{ . }}"{{ end }} rel="noreferrer">{{ .Text | safeHTML }}</a>