From 1ca5545459be9da02f848e29adc3a27daab1b3e5 Mon Sep 17 00:00:00 2001 From: Edward Yang Date: Thu, 16 Mar 2023 10:03:27 +0800 Subject: [PATCH] optimize footer --- themes/default/layout/footer.blade.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/themes/default/layout/footer.blade.php b/themes/default/layout/footer.blade.php index 180e68e8..61982536 100644 --- a/themes/default/layout/footer.blade.php +++ b/themes/default/layout/footer.blade.php @@ -84,7 +84,10 @@
-
Powered By  BeikeShop {!! $footer_content['bottom']['copyright'][$locale] ?? '' !!}
+
+ Powered By BeikeShop  + {!! $footer_content['bottom']['copyright'][$locale] ?? '' !!} +
@if (isset($footer_content['bottom']['image']) && $footer_content['bottom']['image'])