brz9-cdn/pcf-wp/footer.php

31 lines
484 B
PHP

</main>
<?php get_sidebar('right') ?>
</div>
<footer id="main-footer" class="byl-footer">
<?php dynamic_sidebar( 'dyn-side-footer' ); ?>
</footer>
</div>
<?php wp_footer(); ?>
<script src="https://file.brz9.dev/cdn/js/vue.min.js"></script>
<script type="module" src="https://file.brz9.dev/cdn/byl/byl.js"></script>
<script type="module">
import byl from 'https://file.brz9.dev/cdn/byl/byl.js';
Vue.use(byl);
let vm = new Vue({
el: '#root',
})
</script>
</body>
</html>