summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/Views/Shared
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <github@jplamondonw.com>2017-10-27 19:38:13 -0400
committerJesse Plamondon-Willard <github@jplamondonw.com>2017-10-27 19:38:13 -0400
commit9f5af37391ac196fe183122f57496846843335cd (patch)
tree32980a41fffa414a6be982aeaff4a188b2dbcf5e /src/SMAPI.Web/Views/Shared
parent6cbe43a233eccbc6c8d1cfdd9c80e391463eb7c8 (diff)
downloadSMAPI-9f5af37391ac196fe183122f57496846843335cd.tar.gz
SMAPI-9f5af37391ac196fe183122f57496846843335cd.tar.bz2
SMAPI-9f5af37391ac196fe183122f57496846843335cd.zip
move log parser CSS/JS out of HTML (#358)
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">