improve default theme template to follow RCL/Nuget standards

This commit is contained in:
sbwalker
2025-08-29 16:30:49 -04:00
parent d2d88d4b5e
commit e4b6d0ff29
6 changed files with 12 additions and 4 deletions

View File

@ -18,7 +18,7 @@ namespace [Owner].Theme.[Theme]
{
// obtained from https://cdnjs.com/libraries
new Stylesheet(Constants.BootstrapStylesheetUrl, Constants.BootstrapStylesheetIntegrity, "anonymous"),
new Stylesheet("~/Theme.css"),
new Stylesheet("_content/[Owner].Theme.[Theme]/Theme.css"),
new Script(Constants.BootstrapScriptUrl, Constants.BootstrapScriptIntegrity, "anonymous")
}
};