Skip to content

Commit

Permalink
Update CSS and JS in CleanBlog theme #15
Browse files Browse the repository at this point in the history
Updated Stellar theme
  • Loading branch information
savornicesei committed Aug 13, 2021
1 parent ec986aa commit 10a0e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/Blog/SolidState/_Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="@Context.GetLink("/assets/css/main.css")" />
<link rel="stylesheet" href="@Context.GetLink("/assets/css/noscript.css")" />
<noscript><link rel="stylesheet" href="@Context.GetLink("/assets/css/noscript.css")" /></noscript>
<link rel="stylesheet" href="@Context.GetLink("/assets/css/override.css")" />
@if(Model.ContainsKey(BlogKeys.Image))
{
Expand Down

0 comments on commit 10a0e52

Please sign in to comment.