diff --git a/layouts/_default/term.html b/layouts/_default/term.html index cae47d1..d0f9471 100644 --- a/layouts/_default/term.html +++ b/layouts/_default/term.html @@ -15,12 +15,16 @@ {{ end }} - {{ if .Params.image }} - {{- $image := partial "helper/image" . -}} - {{- $thumbnail := $image.Fill "120x120" -}} + {{ $image := partial "helper/image" . }} + {{ if $image.exists }}
- + {{ if $image.local }} + {{- $thumbnail := $image.src.Fill "120x120" -}} + + {{ else }} + + {{ end }}
{{ end }}