lowtechmag-solar_v2/layouts/_default/_markup/render-link.html

1 wiersz
223 B
HTML

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