1.0.2
This commit is contained in:
parent
6e19beac48
commit
d359df3519
|
@ -13,5 +13,10 @@
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
<script type="text/javascript" src="<?php $this->options->themeUrl('js/main.js'); ?>" defer></script>
|
<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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
5
post.php
5
post.php
|
@ -100,11 +100,6 @@ if ($lastModifiedTime) {
|
||||||
</section>
|
</section>
|
||||||
</footer>
|
</footer>
|
||||||
</article>
|
</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">
|
<div class="disqus-container">
|
||||||
<?php $this->options->twikoo() ?>
|
<?php $this->options->twikoo() ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue