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 ) }}

{{ .Title }}

@@ -66,7 +66,7 @@ View All Articles - Contribute An Article + Contribute An Article