Files
LoveIt/layouts/_default/_markup/render-link.html
2020-02-03 11:46:30 +08:00

3 lines
186 B
HTML

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