From 48b26d2561899225e6bda5aac8b9ab5ae1b62c54 Mon Sep 17 00:00:00 2001 From: lsirivong Date: Wed, 20 Nov 2024 13:57:56 -0700 Subject: [PATCH] fix: mainImage may be nil --- template/source/layouts/layout.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/template/source/layouts/layout.erb b/template/source/layouts/layout.erb index a6f5c48..dc1cbaf 100644 --- a/template/source/layouts/layout.erb +++ b/template/source/layouts/layout.erb @@ -65,7 +65,7 @@ - + @@ -84,4 +84,4 @@ <%= partial('layouts/_concert') %> <%= yield %> - \ No newline at end of file +