From c00fc8a48e9195f91807ab33d4b823d2534e2c12 Mon Sep 17 00:00:00 2001 From: Craterbrain <58347640+Craterbrain@users.noreply.github.com> Date: Wed, 28 Apr 2021 15:41:48 -0500 Subject: Fixed "execute of template failed: template: products/single.html:28:35: executing "main" at : error calling first: both limit and seq must be provided" In Hugo 82 the way this was done now fails site generation. I found the fix so I'm submitting a patch. --- layouts/products/single.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/products/single.html b/layouts/products/single.html index b68f05c..201ccd7 100644 --- a/layouts/products/single.html +++ b/layouts/products/single.html @@ -23,7 +23,7 @@