https://piano.xiangming.site/ 这是地址
问题是,我要在页脚添加又拍云的信息。我是直接在 footer.php 中修改的。之后出现了乱码。在head 中添加了 UTF-8申明。其他文字没有问题。
<?php if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
<?php $this->footer(); ?>
<div class="container bg-footer">
<div class="columns">
<div class="column col-12">
<div class="footer text-center">
<?php if($this->options->copyright_str):?>
<?php $this->options->copyright_str();?>
<?php endif;?>
<div class="text-small mt-2">
<?php if($this->options->reg_str):?>
<?php $this->options->reg_str();?>
<?php endif;?>
</div>
<div>
本站由<img src="30104085820741.png" style="width: 30px;" alt="云存储">提供CDN加速/云存储服务
</div>
</div>
</div>
</div>
</div>
求助各位大佬!