diff --git a/layouts/partials/portfolio/content.html b/layouts/partials/portfolio/content.html index 1c82f06..fa6e286 100644 --- a/layouts/partials/portfolio/content.html +++ b/layouts/partials/portfolio/content.html @@ -1,6 +1,6 @@ {{ .Title | default "Projects" }}
- {{ range first 1 (where .Data.Pages "Params.featured" "==" "true") }} + {{ range first 1 (where .Data.Pages "Params.featured" "==" true) }}