cntrump / hugo-notepadium

a fast gohugo theme, 100% JavaScript-free.
https://examplesite.lvv.me/
MIT License
332 stars 125 forks source link

How to add "to top"? #99

Closed GhostBasenji closed 4 years ago

GhostBasenji commented 4 years ago

I tried to add a "to top" button, but couldn't. How do I implement this?

cntrump commented 4 years ago
<a href="#header" target="_self">To top</a>
GhostBasenji commented 4 years ago

Thanks... But I was trying to place the button with the arrow in the lower right corner. Sorry for bother.

GhostBasenji commented 4 years ago

Thanks. I have already solved this issue with your help.