improve default theme template to follow RCL/Nuget standards
This commit is contained in:
@ -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")
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user