Welcome to mirror list, hosted at ThFree Co, Russian Federation.

render-link.html « _markup « _default « layouts - github.com/dataCobra/hugo-vitae.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 391811d3aaa0026b37962dd02a0da4b92736d1ec (plain)
1
<a href="{{ .Destination | safeURL }}"{{ with .Title}} title="{{ . }}"{{ end }}{{ if strings.HasPrefix .Destination "http" }} target="_blank"{{ end }}>{{ .Text | htmlUnescape }}</a>