thx
This commit is contained in:
parent
f2bb3ef9d7
commit
d8057c9fe5
|
@ -4,4 +4,10 @@
|
||||||
|
|
||||||
友情链接页面参考`hexo`主题`blank`配合插件`Links`使用
|
友情链接页面参考`hexo`主题`blank`配合插件`Links`使用
|
||||||
|
|
||||||
评论列表参考`wordpress`主题`farallon`
|
评论列表参考`wordpress`主题`farallon`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## 感谢
|
||||||
|
!(Siricee)[https://github.com/Siricee]
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<footer id="footer" class="footer">
|
<footer id="footer" class="footer">
|
||||||
<?php echo allwords(); ?>
|
<?php echo allwords(); ?>
|
||||||
<div class="copyright">
|
<div class="copyright">
|
||||||
<span>© <?php $this->options->title() ?> | Powered by <a href="https://typecho.org" target="_blank">Typecho</a> | 移植 by <a href="https://imsun.org" target="_blank">Sun</a> </span>
|
<span>© <?php $this->options->title() ?> | Powered by <a href="https://typecho.org" target="_blank">Typecho</a> | Theme by <a href="https://github.com/Siricee" target="_blank">hexo-theme-Chic</a> | 移植 by <a href="https://imsun.org" target="_blank">Sun</a> </span>
|
||||||
</div>
|
</div>
|
||||||
<?php $this->options->tongji(); ?>
|
<?php $this->options->tongji(); ?>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
Loading…
Reference in New Issue