Problem
Currently the <title> is being set on default as "Parley", but this can be jarring when it first loads and then switches to the title set in the config.json file. The page should load with no title first (i.e. "" the null character) and then display the dynamically set title (with the option of defaulting to "Parley")
References
Problem
Currently the <title> is being set on default as "Parley", but this can be jarring when it first loads and then switches to the title set in the
config.jsonfile. The page should load with no title first (i.e.""the null character) and then display the dynamically set title (with the option of defaulting to "Parley")References