From 7142c104fa9cccfcce9af4ce3af4daca06cf6ca7 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Mon, 10 Apr 2023 21:56:30 -0700 Subject: [PATCH] Remove figure from exampleSite home page --- exampleSite/content/_index.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/exampleSite/content/_index.md b/exampleSite/content/_index.md index 8d058943..b4482c62 100644 --- a/exampleSite/content/_index.md +++ b/exampleSite/content/_index.md @@ -13,9 +13,7 @@ paige: title: "Paige" --- -{{< paige/figure >}} -{{< paige/image alt="Landscape" class="object-fit-cover rounded-4 shadow w-100" fetchpriority="high" loading="eager" maxheight="20rem" process="webp" src="https://images.unsplash.com/photo-1490604001847-b712b0c2f967?w=1296" >}} -{{< /paige/figure >}} +{{< paige/image alt="Landscape" class="object-fit-cover rounded-4 shadow" fetchpriority="high" height="20rem" loading="eager" process="webp" src="https://images.unsplash.com/photo-1490604001847-b712b0c2f967?w=1296" width="100%" >}}

An advanced Hugo theme