Adding Back-to-top Button

Mates,

Trying to add this function on one of my pages here. Adding the code in the page’s *md file doesn’t make any changes. Where am I doing wrong?

<script src="https://unpkg.com/vanilla-back-to-top@7.1.14/dist/vanilla-back-to-top.min.js"></script>
<script>addBackToTop({
  diameter: 56,
  backgroundColor: 'rgb(255, 82, 82)',
  textColor: '#fff'
})</script>

Source: https://github.com/vfeskov/vanilla-back-to-top

Your question is OT here. This forum is for Hugo related issues only .

Try Stack Overflow and similar.