From 1907db914e008af28dca18324e30d9554f5a8f88 Mon Sep 17 00:00:00 2001 From: Steve Ross Date: Sun, 4 Jan 2026 18:00:37 +0000 Subject: [PATCH] acf footer block can have buttons or blurb --- resources/views/partials/block-acf-footer.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/partials/block-acf-footer.blade.php b/resources/views/partials/block-acf-footer.blade.php index f75687dd..bab26c42 100644 --- a/resources/views/partials/block-acf-footer.blade.php +++ b/resources/views/partials/block-acf-footer.blade.php @@ -1,4 +1,4 @@ -@if($props['blurb']) +@if($props['blurb'] || $props['links']) @php $containerProps = [ 'width' => $props['container_width'],