Closed
Description
Environment
- Minimal Mistakes version: 4.19.1
- Jekyll version: 3.0.6
- Git repository URL: https://github.com/sunete/sunete.github.io
- GitHub Pages hosted (if yes provide URL to site): https://sunete.github.io/
- Operating system: Windows 10
Expected behavior
I tried to custom comment. But the custom comment box appeared under the footer. What shuold I do to fix it?
Steps to reproduce the behavior
I tried to custom comment. The comments provider I used is valine comment. But when I added html code to the _includes\comments-providers\custom.html , the comment box appeared under the footer.
Other
I'm not very good at programming. Could you help me fix my code please?
Custom comment code in _includes\comments-providers\custom.html
<script src="//cdn1.lncld.net/static/js/3.0.4/av-min.js"></script>
<script src='//unpkg.com/valine/dist/Valine.min.js'></script>
<body>
<div id="vcomments"></div>
<script>
new Valine({
el: '#vcomments',
appId: 'fBruNownJxl4LxbgbUmhSNbG-gzGzoHsz',
appKey: 'iLHQpvO6X1Quor49czkLLi6m',
visitor: true
})
</script>
</body>