mirror of
https://gitee.com/ulthon/ulthon_information.git
synced 2026-03-03 16:24:28 +08:00
seo优化标题,描述,文章
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>{$post.title}</title>
|
||||
<meta name="description" content="{$post.desc|default=$post.title}" />
|
||||
{include file='common/_require'/}
|
||||
|
||||
<link rel="stylesheet" href="/static/lib/quill/quill.snow.css">
|
||||
<link rel="stylesheet" href="/static/lib/highlight/styles/vs.css">
|
||||
<script src="/static/lib/highlight/highlight.pack.js"></script>
|
||||
@@ -50,9 +50,9 @@
|
||||
<div class="layui-col-md7">
|
||||
<div class="main-container">
|
||||
<div class="content-container">
|
||||
<div class="title">
|
||||
<h1 class="title">
|
||||
{$post.title}
|
||||
</div>
|
||||
</h1>
|
||||
<div class="info">
|
||||
<span>{$post->publish_time_text}</span>
|
||||
<span>{:get_system_config('default_author')}</span>
|
||||
@@ -104,7 +104,7 @@
|
||||
{/if}
|
||||
{/if}
|
||||
<div class="ql-snow">
|
||||
<div class="ql-editor">{$post->content_html|raw}</div>
|
||||
<article class="ql-editor">{$post->content_html|raw}</article>
|
||||
</div>
|
||||
<div class="copyright">
|
||||
{:get_system_config('post_copyright')}
|
||||
|
||||
Reference in New Issue
Block a user