1
0
Fork 0
ejv2.cc/themes/dead-simple/layouts/_default/_markup/render-link.html

2 lines
204 B
HTML
Raw Normal View History

2024-08-01 06:21:40 +01:00
<a href="{{ .Destination | safeURL }}" {{ with .Title}}title="{{ . }}"{{ end }}{{ if strings.HasPrefix .Destination "http" }} target="_blank" rel="noreferrer nofollow"{{ end }}>{{ .Text | safeHTML }}</a>