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