mirror of https://github.com/halo-dev/halo
perf: remove html lang attribute in console (#4085)
#### What type of PR is this? /kind improvement /area console #### What this PR does / why we need it: 去除`index.html`的`lang`属性以避免console端出现翻译提示 #### Which issue(s) this PR fixes: Fixes https://github.com/halo-dev/halo/issues/3692 #### Special notes for your reviewer: #### Does this PR introduce a user-facing change? ```release-note 避免 Console 端出现翻译提示 ```pull/4041/head
parent
02369fbd3c
commit
1b581d5d6f
|
@ -1,5 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta content="IE=edge" http-equiv="X-UA-Compatible" />
|
||||
|
|
Loading…
Reference in New Issue