LoveIt/layouts/_default/_markup/render-link.html
2020-02-07 00:10:00 +08:00

3 lines
187 B
HTML

<a href="{{ .Destination | safeURL }}"{{ with .Title }} title="{{ . }}"{{ end }}{{ if strings.HasPrefix .Destination "http" }} target="_blank"{{ end }}>
{{- .Text | safeHTML -}}
</a>