mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-05-30 10:56:22 +00:00
5 lines
202 B
HTML
5 lines
202 B
HTML
{{ $link := .Destination }}
|
|
{{ if not (strings.HasPrefix $link "http") }}
|
|
{{ $link = (.Page.GetPage .Destination).RelPermalink }}
|
|
{{ end }}
|
|
<a href="{{ $link | safeURL }}">{{ .Text | safeHTML }}</a> |