完善一些标点符号

This commit is contained in:
liyukun 2022-01-03 02:32:41 +08:00
parent 9694ebf7c0
commit 688ab7a4fa
9 changed files with 12 additions and 11 deletions

View File

@ -38,8 +38,9 @@
<aside class="lyear-layout-sidebar">
<!-- logo -->
<div id="logo" class="sidebar-header">
<a href="/admin/index/index.html"><img src="/static/admin/images/logo-sidebar.png" title="{:system_config('title')}后台管理系统"
alt="{:system_config('title')}后台管理系统" /></a>
<a href="/admin/index/index.html"><img src="/static/admin/images/logo-sidebar.png"
title="{:system_config('title')}后台管理系统"
alt="{:system_config('title')}后台管理系统"/></a>
</div>
<div class="lyear-layout-sidebar-scroll">
<nav class="sidebar-main">

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="zh">
<head>
<title>{$apeField['title']} - {:web_config("title")}</title>
<title>{$apeField['title']} - {:web_config('title')}</title>
<meta name="keywords" content="{$apeField['keywords']}" />
<meta name="description" content="{$apeField['description']}"/>
{include file="public/head" /}
@ -70,7 +70,7 @@
<a href="{$Request.domain . $Request.url}" target="_blank">{$Request.domain . $Request.url}</a>
</u>
</span>
<br />来源:{:web_config("title")}
<br />来源:{:web_config('title')}
<br />文章版权归作者所有,未经允许请勿转载。</p>
</div>
<div class="post-end-dividing">THE END</div>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="zh">
<head>
<title>{$apeField['meta_title']} - {:web_config("title")}</title>
<title>{$apeField['meta_title']} - {:web_config('title')}</title>
<meta name="keywords" content="{$apeField['keywords']}" />
<meta name="description" content="{$apeField['description']}" />
{include file="public/head" /}

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="zh">
<head>
<title>{$apeField['meta_title']} - {:web_config("title")}</title>
<title>{$apeField['meta_title']} - {:web_config('title')}</title>
<meta name="keywords" content="{$apeField['keywords']}" />
<meta name="description" content="{$apeField['description']}" />
{include file="public/head" /}

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="zh">
<head>
<title>{$apeField['meta_title']} - {:web_config("title")}</title>
<title>{$apeField['meta_title']} - {:web_config('title')}</title>
<meta name="keywords" content="{$apeField['keywords']}" />
<meta name="description" content="{$apeField['description']}" />
{include file="public/head" /}

View File

@ -1,7 +1,7 @@
<!doctype html>
<html lang="zh">
<head>
<title>{:web_config("title")}</title>
<title>{:web_config('title')}</title>
<meta name="keywords" content="{:web_config('keywords')}">
<meta name="description" content="{:web_config('description')}">
{include file="public/head" /}

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="zh">
<head>
<title>{:web_config("title")}</title>
<title>{:web_config('title')}</title>
<meta name="keywords" content="{:web_config('keywords')}">
<meta name="description" content="{:web_config('description')}">
{include file="public/head" /}

View File

@ -1,7 +1,7 @@
<!doctype html>
<html lang="zh">
<head>
<title>{:web_config("title")}</title>
<title>{:web_config('title')}</title>
<meta name="keywords" content="{:web_config('keywords')}">
<meta name="description" content="{:web_config('description')}">
{include file="public/head" /}

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="zh">
<head>
<title>{:web_config("title")}</title>
<title>{:web_config('title')}</title>
<meta name="keywords" content="{:web_config('keywords')}">
<meta name="description" content="{:web_config('description')}">
{include file="public/head" /}