File tree 2 files changed +4
-8
lines changed
2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 7
7
<link rel =" stylesheet" href =" ~/lib/bootstrap/dist/css/bootstrap.min.css" />
8
8
<link rel =" stylesheet" href =" ~/css/site.css" />
9
9
10
- @* Here follow Blazor-related assets. Adding them to the layout enables Blazor components in all pages that use the layout
11
- More on the Telerik assets: https://docs.telerik.com/blazor-ui/getting-started/what-you-need *@
12
- @* Add the Telerik theme *@
13
- <link rel =" stylesheet" href =" https://unpkg.com/@@progress/kendo-theme-default@@latest/dist/all.css" />
10
+ @* Adding the Telerik theme to the _Layout will make it available to all pages that use the layout *@
11
+ <link rel =" stylesheet" href =" ~/_content/Telerik.UI.for.Blazor/css/kendo-theme-default/all.css" />
14
12
</head >
15
13
<body >
16
14
<header >
Original file line number Diff line number Diff line change 7
7
<link rel =" stylesheet" href =" ~/lib/bootstrap/dist/css/bootstrap.min.css" />
8
8
<link rel =" stylesheet" href =" ~/css/site.css" />
9
9
10
- @* Here follow Blazor-related assets. Adding them to the layout enables Blazor components in all pages that use the layout
11
- More on the Telerik assets: https://docs.telerik.com/blazor-ui/getting-started/what-you-need *@
12
- @* Add the Telerik theme *@
13
- <link rel =" stylesheet" href =" https://unpkg.com/@@progress/kendo-theme-default@@latest/dist/all.css" />
10
+ @* Adding the Telerik theme to the _Layout will make it available to all pages that use the layout *@
11
+ <link rel =" stylesheet" href =" ~/_content/Telerik.UI.for.Blazor/css/kendo-theme-default/all.css" />
14
12
</head >
15
13
<body >
16
14
<header >
You can’t perform that action at this time.
0 commit comments