From 6a50b628699f5c26f05e1e55ccffe3564b83545a Mon Sep 17 00:00:00 2001 From: Jerry Date: Tue, 17 Jan 2023 15:02:42 +0800 Subject: [PATCH] =?UTF-8?q?remove:=20=E7=A7=BB=E9=99=A4=E5=A4=9A=E4=BD=99?= =?UTF-8?q?=E7=9A=84=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layout/includes/header/nav.pug | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/layout/includes/header/nav.pug b/layout/includes/header/nav.pug index a81a2a3..797066a 100644 --- a/layout/includes/header/nav.pug +++ b/layout/includes/header/nav.pug @@ -1,5 +1,4 @@ -- const isFixedClass = theme.nav.fixed ? 'fixed' : '' -nav#nav(class=isFixedClass) +nav#nav span#blog-info a(href=url_for('/') title=config.title) if theme.nav.logo