1、 编辑功能 首页,搜索页,单个文章页

2、文档样式修改 index.php(首页),archive.php(搜索) 样式

  • 首页,搜索页,内容一样,首页的复制过去就行
  • 代码在自定义文件

3、footer

<a href="https://beian.miit.gov.cn/" target="_blank">豫ICP备19029973号-3</a>

4、代码格式化
head添加:

<link rel="stylesheet" href="<?php $this->options->themeUrl('prism.css'); ?>">

footer添加:

<script src="<?php $this->options->themeUrl('prism.js'); ?>"></script>

标签: none

评论已关闭