|
1 | 1 | @inject IConfiguration Configuration |
| 2 | +@inject Web.Services.IVersionService VersionService |
2 | 3 | <!DOCTYPE html> |
3 | 4 | <html lang="en"> |
4 | 5 | <head> |
|
89 | 90 | <link href="https://fonts.googleapis.com/css2?family=Outfit:wght@800&display=swap" rel="stylesheet" /> |
90 | 91 | <link rel="stylesheet" href="~/lib/bootstrap/dist/css/bootstrap.min.css" /> |
91 | 92 | < link rel= "stylesheet" href= "https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css" /> |
92 | | - <link id="prism-theme" rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/themes/prism.min.css" /> |
93 | | - |
94 | | - <!-- Site CSS --> |
| 93 | + <link id="prism-theme" rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/themes/prism.min.css" /> <!-- Site CSS --> |
95 | 94 | <environment exclude="Development"> |
96 | | - <link rel="stylesheet" href="~/css/bundle.min.css" asp-append-version="true" /> |
| 95 | + < link rel= "stylesheet" href= "~/css/bundle.min.css[email protected]()" /> |
97 | 96 | </environment> |
98 | 97 | <environment include="Development"> |
99 | 98 | <link rel="stylesheet" href="~/css/site.css" asp-append-version="true" /> |
100 | 99 | <link rel="stylesheet" href="~/css/layout.css" asp-append-version="true" /> |
101 | | - </environment> <link rel="stylesheet" href="~/Web.styles.css" asp-append-version="true" /> |
| 100 | + </environment><link rel="stylesheet" href="~/Web.styles.css" asp-append-version="true" /> |
102 | 101 | @await RenderSectionAsync("Styles", required: false) |
103 | 102 |
|
104 | 103 | <!-- Google Analytics - Production Only --> |
|
192 | 191 | <script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/components/prism-bash.min.js"></script> |
193 | 192 | <script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.29.0/components/prism-yaml.min.js"></script> <!-- Site scripts --> |
194 | 193 | <environment exclude="Development"> |
195 | | - <script src="~/js/bundle.min.js" asp-append-version="true"></script> |
| 194 | + < script src= "~/js/bundle.min.js[email protected]()"></ script> |
196 | 195 | </environment> |
197 | 196 | <environment include="Development"> |
198 | 197 | <script src="~/js/site.js" asp-append-version="true"></script> |
|
0 commit comments