From 810956cf36f8ffe95e656bf24cf7f01d74429f8e Mon Sep 17 00:00:00 2001 From: koogua Date: Thu, 29 Sep 2022 18:29:45 +0800 Subject: [PATCH] =?UTF-8?q?logo=E6=B7=BB=E5=8A=A0=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Http/Home/Views/partials/header.volt | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/app/Http/Home/Views/partials/header.volt b/app/Http/Home/Views/partials/header.volt index e01c7dff..b06e3480 100644 --- a/app/Http/Home/Views/partials/header.volt +++ b/app/Http/Home/Views/partials/header.volt @@ -1,9 +1,8 @@ +{% set logo_img = site_info.logo ? image(site_info.logo,false) : image('logo.png') %} +{% set logo_link = site_info.url ? site_info.url : '/' %} +