mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-07-24 09:02:41 +00:00
* Move files to a Hugo structure Signed-off-by: Tony Batard <tbatard@pivotal.io>
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> |