From 44661d9bff54fd103c98b7fcd7aae0ce50da03ef Mon Sep 17 00:00:00 2001 From: Alexander Avery Date: Thu, 29 May 2025 14:29:57 -0400 Subject: [PATCH] fix typo in image.html context --- layouts/partials/image.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/image.html b/layouts/partials/image.html index 507a83a..3c9fc8f 100644 --- a/layouts/partials/image.html +++ b/layouts/partials/image.html @@ -1,6 +1,6 @@ {{- /* Renders an image with the given class, alt, and sizes. -@contetx {alt} alt text for the image. +@context {alt} alt text for the image. @context {image} the image resource. @context {sizes} each size to include in the srcset. @context {classes} classes for the image.