ray

Results 1 comments of ray

I've discovered a concise method to accomplish this without making any destructive modifications: Add the following code snippet to the `layouts/partials/extra-head.html` file ```html {{- if .Site.Params.defaultTheme -}} localStorage.getItem('theme') || localStorage.setItem('theme',...