Add Light/Dark Logo Swap
K so PaperMod comes with a light-mode/dark-mode toggle, but no method for swapping the site’s logo at the same time. I really wanted that, and got it to work after a few hours of tinkering. First, copy these files: themes\PaperMod\layouts\partials\footer.html themes\PaperMod\layouts\partials\header.html to here: layouts\partials\footer.html layouts\partials\header.html In your new footer.html file, add two lines to the site.Params.disableThemeToggle block to make your site load the right logo when the theme is switched....