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

1 line
165 B
HTML
Raw Normal View History

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