The repo tracks work progress for ura.design website redesign
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

5 lines
335 B

3 years ago
<a href={{ .Destination | safeURL }}
{{ if strings.HasPrefix .Destination "mailto" -}} target="_blank" {{end}}
{{ if strings.HasPrefix .Destination "http" -}} target="_blank" rel="noopener noreferrer" {{- end }}
{{ if .Page.Params.accent }} style="color: {{ .Page.Params.accent }};"{{ end }}
3 years ago
>{{ .Text | safeHTML }}</a>