summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/Views/Shared
diff options
context:
space:
mode:
Diffstat (limited to 'src/SMAPI.Web/Views/Shared')
-rw-r--r--src/SMAPI.Web/Views/Shared/_Layout.cshtml3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/SMAPI.Web/Views/Shared/_Layout.cshtml b/src/SMAPI.Web/Views/Shared/_Layout.cshtml
index 89b1866c..547a8178 100644
--- a/src/SMAPI.Web/Views/Shared/_Layout.cshtml
+++ b/src/SMAPI.Web/Views/Shared/_Layout.cshtml
@@ -3,7 +3,8 @@
<head>
<meta charset="utf-8" />
<title>@ViewData["Title"] - SMAPI.io</title>
- <link rel="stylesheet" href="~/Content/main.css" />
+ <link rel="stylesheet" href="~/Content/css/main.css" />
+ @RenderSection("Head", required: false)
</head>
<body>
<div id="sidebar">