mirror of https://github.com/1099438829/apeblog
完善一些标点符号
This commit is contained in:
parent
9694ebf7c0
commit
688ab7a4fa
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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" /}
|
||||
|
|
|
|||
|
|
@ -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" /}
|
||||
|
|
|
|||
|
|
@ -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" /}
|
||||
|
|
|
|||
|
|
@ -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" /}
|
||||
|
|
|
|||
|
|
@ -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" /}
|
||||
|
|
|
|||
|
|
@ -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" /}
|
||||
|
|
|
|||
|
|
@ -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" /}
|
||||
|
|
|
|||
Loading…
Reference in New Issue