工具折腾
- 主题选择
……最终还是选择了handsome
- 页脚修改(备案和@)
footer.php文件中修改并添加备案号
- 关闭评论功能
typecho没有自带的屏蔽功能,只能手动屏蔽,在post.php文件中,
修改<?php $this->need('comments.php'); ?>
为<?php /* $this->need('comments.php'); */ ?>
……最终还是选择了handsome
footer.php文件中修改并添加备案号
typecho没有自带的屏蔽功能,只能手动屏蔽,在post.php文件中,
修改<?php $this->need('comments.php'); ?>
为<?php /* $this->need('comments.php'); */ ?>