Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jkjoy committed Jul 10, 2024
1 parent 6e19bea commit d359df3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 5 additions & 0 deletions footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,10 @@
</main>
</div>
<script type="text/javascript" src="<?php $this->options->themeUrl('js/main.js'); ?>" defer></script>
<script src="<?php $this->options->themeUrl('js/photoswipe.min.js'); ?>"></script>
<script src="<?php $this->options->themeUrl('js/photoswipe-ui-default.min.js'); ?>"></script>
<link rel="stylesheet" href="<?php $this->options->themeUrl('css/default-skin.min.css'); ?>" >
<link rel="stylesheet" href="<?php $this->options->themeUrl('css/photoswipe.min.css'); ?>">
<script src="<?php $this->options->themeUrl('js/vibrant.min.js'); ?>"></script>
</body>
</html>
5 changes: 0 additions & 5 deletions post.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,6 @@
</section>
</footer>
</article>
<script src="<?php $this->options->themeUrl('js/photoswipe.min.js'); ?>"></script>
<script src="<?php $this->options->themeUrl('js/photoswipe-ui-default.min.js'); ?>"></script>
<link rel="stylesheet" href="<?php $this->options->themeUrl('css/default-skin.min.css'); ?>" >
<link rel="stylesheet" href="<?php $this->options->themeUrl('css/photoswipe.min.css'); ?>">
<script src="<?php $this->options->themeUrl('js/vibrant.min.js'); ?>"></script>
<div class="disqus-container">
<?php $this->options->twikoo() ?>
</div>
Expand Down

0 comments on commit d359df3

Please sign in to comment.