Skip to content

Commit 8992808

Browse files
committed
Small cleanup and css filepath fix
1 parent 4d760f4 commit 8992808

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

LinkDotNet.Blog.Web/Pages/Error.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
1010
<title>Error</title>
1111
<link href="~/css/bootstrap/bootstrap.min.css" rel="stylesheet"/>
12-
<link href="~/css/app.css" rel="stylesheet"/>
12+
<link href="~/css/site.css" rel="stylesheet"/>
1313
</head>
1414

1515
<body>

LinkDotNet.Blog.Web/Pages/_Host.cshtml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
@page "/"
2-
@using Markdig
32
@namespace LinkDotNet.Blog.Web.Pages
43
@inject AppConfiguration _appConfiguration
54
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers

0 commit comments

Comments
 (0)