移除头部语言配置

pull/406/head
Karson 2022-05-27 11:43:42 +08:00
parent ce811fa904
commit 0b4eceea54
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="{$config.language}">
<html>
<head>
<!-- 加载样式及META信息 -->
{include file="common/meta" /}

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="{$config.language}">
<html>
<head>
{include file="common/meta" /}

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="{$config.language}">
<html>
<head>
{include file="common/meta" /}
</head>