MtF-wiki/layouts/_default/_markup/render-link.html

1 line
167 B
HTML
Raw Normal View History

2021-09-01 23:24:55 +08:00
<a href="{{ .Destination }}"{{ with .Title}} title="{{ . }}"{{ end }}{{ if strings.HasPrefix .Destination "http" }} target="_blank"{{ end }}>{{ .Text | safeHTML }}</a>