From 47e77f9fac1155c536b2b87fec552c7fcce66fa6 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Mon, 01 Jun 2026 18:06:34 +0000
Subject: [PATCH] =Timeline block fixes. Next up: adding article schema classes

---
 inc/blocks/FeedBlock.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/inc/blocks/FeedBlock.php b/inc/blocks/FeedBlock.php
index 8a8f835..3693d93 100644
--- a/inc/blocks/FeedBlock.php
+++ b/inc/blocks/FeedBlock.php
@@ -345,6 +345,7 @@
 				'icon'	=> 'shuffle',
 				'label'	=> 'Randomly'
 			];
+
 			$custom = implode(',', array_map(function($ord) {
 				return $ord['slug'];
 			}, $custom));

--
Gitblit v1.10.0