sadium/layouts/_default/_markup/render-link.html
Артём 3730447e67
All checks were successful
/ site (push) Successful in 1s
Открытие внешних ссылок в новой вкладке
2024-10-09 21:08:32 +03:00

3 lines
No EOL
288 B
HTML

<a href="{{ .Destination | safeURL }}"{{ with .Title}} title="{{ . }}"{{ end }}{{ if or (strings.HasPrefix .Destination "http") (strings.HasPrefix .Destination "https") }} target="_blank"{{ end }} >{{ .Text | safeHTML }}</a>
<!-- https://digitaldrummerj.me/hugo-links-to-other-pages/ -->