diff --git a/layouts/partials/home/featured.html b/layouts/partials/home/featured.html deleted file mode 100644 index a3c37d2d..00000000 --- a/layouts/partials/home/featured.html +++ /dev/null @@ -1,21 +0,0 @@ -
-
-
-
-

{{ .Title }}

-

{{ .Content }}

-

-
- {{- $thumbnail := (or (and (reflect.IsMap .Params.Thumbnail) .Params.Thumbnail.url) .Params.Thumbnail) -}} - {{- $thumbnail = or $thumbnail .Site.Params.home.featurePhoto -}} - {{ if .Site.Params.home.featurePhoto }} - {{ warnf "DEPRECATED: parameter `Params.home.featurePhoto` has been deprecated in release v0.18"}} - {{ end }} - {{- if $thumbnail -}} - {{- partial "assets/image.html" (dict "url" $thumbnail "ratio" "16x9" "outerClass" "img-wrap" "innerClass" "rounded" "title" .Site.Title) -}} - {{ end }} -
-
-
-
-
\ No newline at end of file