6 lines
273 B
HTML
6 lines
273 B
HTML
|
|
{{- $destination := .Destination -}}
|
||
|
|
{{- if .Page.Site.Params.BookPortableLinks -}}
|
||
|
|
{{- $destination = partial "docs/links/portable-image" . -}}
|
||
|
|
{{- end -}}
|
||
|
|
<img src="{{ $destination | safeURL }}" alt="{{ .Text }}" {{ with .Title }}title="{{ . }}"{{ end }}/>
|
||
|
|
{{- /**/ -}}
|