Archived
1
This repository has been archived on 2020-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
Indiego/layouts/_default/_markup/render-link.html

1 line
204 B
HTML
Raw Normal View History

2020-06-23 18:46:44 +00:00
<a href="{{ .Destination | absURL | safeURL }}"{{ with .Title}} title="{{ . }}"{{ end }}{{ if strings.HasPrefix .Destination "http" }} target="_blank" rel="noopener"{{ end }}>{{ .Text | markdownify }}</a>