Skip to content

Commit

Permalink
Fix: 缺少 $this->footer 导致某些插件无法正常使用。
Browse files Browse the repository at this point in the history
  • Loading branch information
BigCoke233 authored Aug 13, 2019
1 parent 6f0a3eb commit bf92095
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</footer>

<script src="https://v1.hitokoto.cn/?encode=js&select=%23hitokoto" defer></script>

<?php $this->footer(); ?>
<div class="setting_tool iconfont">
<a class="back2top" style="display:none;"><i class="czs-arrow-up-l"></i></a>
<a class="sosearch"><i class="czs-search-l"></i></a>
Expand Down Expand Up @@ -88,4 +88,4 @@

</script>
</body>
</html>
</html>

0 comments on commit bf92095

Please sign in to comment.