diff --git a/layouts/news/single.html b/layouts/news/single.html index d10e23a..e7eab6b 100644 --- a/layouts/news/single.html +++ b/layouts/news/single.html @@ -3,12 +3,6 @@
- {{ $image:= .Params.image }} - {{ if $image }} -
- {{ partial "image" (dict "Src" $image "Context" .Page "Alt" .Title "Class" "w-full rounded") }} -
- {{ end }}

{{ .Title }}