get title and headcontent working again on interactive render mode

This commit is contained in:
sbwalker
2024-02-16 15:08:04 -05:00
parent 8d0aa65ab2
commit 04da989108
3 changed files with 8 additions and 28 deletions

View File

@ -184,12 +184,12 @@
}
}
ManageStyleSheets(resources, alias, theme.ThemeName);
// scripts
if (_renderMode == RenderModes.Static)
{
ManageScripts(resources, alias);
}
// scripts
if (_renderMode == RenderModes.Interactive && _runtime == Runtimes.Server)
{
_reconnectScript = CreateReconnectScript();
@ -233,6 +233,10 @@
}
// create initial PageState
// page needs to be populated
// site.modules need to be populated
// user needs to be populated
_pageState = new PageState
{
Alias = alias,