From 95a5a23af409c290113b291f3817e370aac3f6db Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sun, 22 Jan 2023 17:40:42 -0800 Subject: [PATCH] Remove useless table param --- layouts/partials/paige/image-figure.html | 1 - 1 file changed, 1 deletion(-) diff --git a/layouts/partials/paige/image-figure.html b/layouts/partials/paige/image-figure.html index c5ea1b2b..71af4db5 100644 --- a/layouts/partials/paige/image-figure.html +++ b/layouts/partials/paige/image-figure.html @@ -15,7 +15,6 @@ {{ $raw := .raw }} {{ $resource := .resource }} {{ $src := .src }} -{{ $table := .table }} {{ $title := .title }} {{ $vertical := .vertical }} {{ $width := .width }}