Skip to content

Commit

Permalink
Merge pull request #25 from Xunflash/bugfix-footer
Browse files Browse the repository at this point in the history
bugfix: Fixed plug-in cannot recognize the location of the footer
  • Loading branch information
ouyangyanhuo authored Jun 4, 2023
2 parents 1ac8016 + 2cd765d commit 1e75729
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
<?php if ($this->options->cursor): ?>
<script src="<?php $this->options->themeUrl('/assets/js/cursor.js'); ?>" data-enable-footnotes="true"></script>
<?php endif; ?>
<?php $this->footer(); ?>
</html>
<?php /* 来自 MDr | HTML 压缩 */
if ($this->options->compressHtml) {
Expand Down

0 comments on commit 1e75729

Please sign in to comment.