diff --git a/src/index.js b/src/index.js index 9942926..feb5932 100644 --- a/src/index.js +++ b/src/index.js @@ -34,5 +34,8 @@ export const NewfoldRuntime = { }, get siteTitle(){ return window.NewfoldRuntime?.siteTitle; + }, + get currentTheme(){ + return window.NewfoldRuntime?.currentTheme; } };