2026-04-17 13:28:48 -06:00
|
|
|
{{- $destination := .Destination -}}
|
|
|
|
|
{{- if .Page.Site.Params.BookPortableLinks -}}
|
|
|
|
|
{{- $destination = partial "docs/links/portable-image" . -}}
|
|
|
|
|
{{- end -}}
|
|
|
|
|
<img src="{{ $destination | safeURL }}" alt="{{ .Text }}" {{ with .Title }}title="{{ . }}"{{ end }}/>
|
|
|
|
|
{{- /**/ -}}
|