Renamed function.

This commit is contained in:
donfiguerres 2022-06-10 13:43:08 +08:00
parent e7f5d6f76d
commit f3f928018f

View file

@ -25,7 +25,7 @@ function useSystemTheme() {
}); });
} }
function initializeColorScheme() { function initializeColorTheme() {
// We're using the themeInitialization attributes as a 'hack' for setting up // We're using the themeInitialization attributes as a 'hack' for setting up
// the default color scheme because we don't want to complicate this further // the default color scheme because we don't want to complicate this further
// by creating custom javascript output in Hugo. // by creating custom javascript output in Hugo.
@ -50,4 +50,4 @@ function initializeColorScheme() {
enableLightTheme(); enableLightTheme();
} }
} }
initializeColorScheme() initializeColorTheme()