Renamed function.
This commit is contained in:
parent
e7f5d6f76d
commit
f3f928018f
1 changed files with 2 additions and 2 deletions
|
@ -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()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue