diff --git a/header.html b/header.html index 31fd13f..0256013 100644 --- a/header.html +++ b/header.html @@ -1,6 +1,6 @@ - - - + + + {php} // 在渲染阶段从主题配置插件读取配置,并覆盖 $data 与 SEO 变量,实现 SSR @@ -24,9 +24,6 @@ if (isset($themeCfg['honor'])) { $data['honor'] = $themeCfg['honor']; } - if (isset($themeCfg['partner'])) { - $data['partner'] = $themeCfg['partner']; - } if (isset($themeCfg['friendly_link'])) { $data['friendly_link'] = $themeCfg['friendly_link']; } @@ -81,40 +78,40 @@ {$title} - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + +