2020-11-09 12:36:28 +01:00
|
|
|
{{/*
|
|
|
|
S'il n'y a pas de / dans l'url d'une image alors on ajoute le path de l'article
|
|
|
|
*/}}
|
2021-05-03 16:32:23 +02:00
|
|
|
{{ $path := cond (in .Destination "/") .Destination (path.Join "/" .Page.File.Dir .Destination) }}
|
2020-11-09 12:36:28 +01:00
|
|
|
<img src="{{ $path | safeURL }}" alt="{{ .Text }}" {{ with .Title}} title="{{ . }}"{{ end }} />
|