From 71646f253fabf8e925351e52a1e6fd81e51a163b 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 f75687d..bab26c4 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'],