Skip to content

Commit

Permalink
remove references to removed resources in _Layout.cshtml
Browse files Browse the repository at this point in the history
  • Loading branch information
kajan committed Feb 12, 2021
1 parent 9b59888 commit dbcb436
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions AspNetCoreVueMpa.Web/Views/Shared/_Layout.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>@ViewData["Title"] - AspNetCoreVueMpa.Web</title>
<link rel="stylesheet" href="~/lib/bootstrap/dist/css/bootstrap.min.css" />
<link rel="stylesheet" href="~/css/site.css" />
</head>
<body>
<header>
Expand Down Expand Up @@ -40,9 +38,6 @@
&copy; 2021 - AspNetCoreVueMpa.Web - <a asp-area="" asp-controller="Home" asp-action="Privacy">Privacy</a>
</div>
</footer>
<script src="~/lib/jquery/dist/jquery.min.js"></script>
<script src="~/lib/bootstrap/dist/js/bootstrap.bundle.min.js"></script>
<script src="~/js/site.js" asp-append-version="true"></script>
@RenderSection("Scripts", required: false)
</body>
</html>

0 comments on commit dbcb436

Please sign in to comment.