Files
lol/layouts/_markup/render-link.html
2026-03-09 18:41:02 +00:00

1 line
166 B
HTML
Executable File

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