hugo-theme-cybercards/layouts/_default/_markup/render-link.html

3 lines
164 B
HTML

<a {{ with .Title }}title="{{ . }}" {{ end -}}
{{ if hasPrefix .Destination "https://" }}target="_blank" {{ end -}}
href="{{ .Destination }}">{{ .Text }}</a>