runtimeterror/layouts/_default/_markup/render-link.html

1 line
No EOL
165 B
HTML

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