From 4329b5e5fa9dcf0a8a13ea101be5323635ba0310 Mon Sep 17 00:00:00 2001 From: Jesse Peterson Date: Fri, 12 Jul 2024 19:29:01 -0700 Subject: [PATCH] website: update blog preview template to newer hugo syntax --- website/themes/micromdm/layouts/partials/home.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/themes/micromdm/layouts/partials/home.html b/website/themes/micromdm/layouts/partials/home.html index 29c5ee64..f068b428 100644 --- a/website/themes/micromdm/layouts/partials/home.html +++ b/website/themes/micromdm/layouts/partials/home.html @@ -50,7 +50,7 @@

What's new with MicroMDM?

- {{ range first 1 .Data.Pages }} + {{ range ( where .Site.RegularPages "Type" "blog" | first 1 ) }}