From 9f89cd3f0fd71b93b69a585860138138e2aeff99 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Fri, 6 Jan 2023 15:32:33 -0800 Subject: [PATCH] Remove site figure config defaults --- layouts/partials/paige/figure.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/paige/figure.html b/layouts/partials/paige/figure.html index 4ccc78fb..8e11b198 100644 --- a/layouts/partials/paige/figure.html +++ b/layouts/partials/paige/figure.html @@ -5,7 +5,7 @@ {{ $content := .content | markdownify }} {{ $contentclass := .contentclass }} {{ $contentstyle := .contentstyle }} -{{ $style := .style | default .Page.Params.paige.figure.style | default .Page.Site.Params.paige.figure.style }} +{{ $style := .style }}
{{ $content }}