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: a6e54ab5992a3aeba2d076a12e0282e758abadb9 (plain)
1
<a href="{{ .Destination | safeURL }}"{{ with .Title}} title="{{ . }}"{{ end }}{{ if strings.HasPrefix .Destination "http" }} target="_blank"{{ end }}>{{ .Text }}</a>