How'd you get these icons in the bottom right?
Closed this issue · 2 comments
mbbroberg commented
Hey @uroybd, I really enjoy your garden and I'm building my own. I can't seem to find a way to add the the email me or toggle for light/dark mode like you have on yours:

Could you explain where that is or what theme you used that includes it? Thanks!
uroybd commented
I'm using the Minimal theme. It has both the dark and light mode and I can leverage that.
This script contains the code for that floating control section: https://github.com/uroybd/topobon/blob/main/src%2Fsite%2F_includes%2Fcomponents%2Fuser%2Fcommon%2Ffooter%2F001-floatingControls.njk
mbbroberg commented
Thank you!