mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 08:32:55 +00:00
7 lines
301 B
HTML
7 lines
301 B
HTML
<p>
|
|
{{ if strings.HasPrefix .Destination "http" }}
|
|
<img src="{{ .Destination | safeURL }}" alt="{{ .Text }}" {{ with .Title}} title="{{ . }}"{{ end }} />
|
|
{{ else }}
|
|
<img src="{{ .Destination | absURL | safeURL }}" alt="{{ .Text }}" {{ with .Title}} title="{{ . }}"{{ end }} />
|
|
{{ end }}
|
|
</p> |