Files
hugo_it-services/themes/poison/layouts/_default/_markup/render-link.html
T
2025-02-20 08:28:31 -05:00

3 lines
233 B
HTML

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