diff --git a/layouts/partials/list_item.html b/layouts/partials/list_item.html index 3b22601..5f921d3 100644 --- a/layouts/partials/list_item.html +++ b/layouts/partials/list_item.html @@ -1,7 +1,7 @@
{{ if .Params.image }}
- + {{ .Scratch.Set "image" .Params.image }} {{ if hasPrefix .Params.image "resource:" }} {{ $resource := .Resources.GetMatch (replace .Params.image "resource:" "") }} @@ -17,7 +17,7 @@
{{ end }}
- +
{{ .Title }}
{{ partial "content-details.html" . }}